diff --git a/src/views/audit/gold/rechargeAudit.vue b/src/views/audit/gold/rechargeAudit.vue index adc0d04..04e180f 100644 --- a/src/views/audit/gold/rechargeAudit.vue +++ b/src/views/audit/gold/rechargeAudit.vue @@ -40,7 +40,7 @@
- 总条数:{{ format3(stats.totalNum) }}条     + 充值新币:{{ format3(stats.permanentGolds) }}新币     总金币数:{{ format3((stats.permanentGolds + stats.freeGolds + stats.taskGolds).toFixed(2)) }}金币     永久金币:{{ format3(stats.permanentGolds.toFixed(2)) }}金币     @@ -84,7 +84,7 @@ - + diff --git a/src/views/consume/gold/coinConsumeDetail.vue b/src/views/consume/gold/coinConsumeDetail.vue index a16072c..4e0426d 100644 --- a/src/views/consume/gold/coinConsumeDetail.vue +++ b/src/views/consume/gold/coinConsumeDetail.vue @@ -614,7 +614,7 @@ const getMarket = async function () {
消耗新币:{{ format3(Math.abs(permanentGolds)) }}新币     - 消耗总金币:{{ format3(Math.abs(permanentGolds+freeGolds+taskGolds)) }}金币     + 总金币数:{{ format3(Math.abs(permanentGolds+freeGolds+taskGolds)) }}     永久金币:{{ format3(Math.abs(permanentGolds)) }}     免费金币:{{ format3(Math.abs(freeGolds)) }}     任务金币:{{ format3(Math.abs(taskGolds)) }}