diff --git a/src/views/consume/gold/coinConsumeDetail.vue b/src/views/consume/gold/coinConsumeDetail.vue index a1bf8bc..a16072c 100644 --- a/src/views/consume/gold/coinConsumeDetail.vue +++ b/src/views/consume/gold/coinConsumeDetail.vue @@ -562,9 +562,9 @@ const getMarket = async function () {
商品名称: - + - +
@@ -614,6 +614,7 @@ const getMarket = async function () {
消耗新币:{{ format3(Math.abs(permanentGolds)) }}新币     + 消耗总金币:{{ format3(Math.abs(permanentGolds+freeGolds+taskGolds)) }}金币     永久金币:{{ format3(Math.abs(permanentGolds)) }}     免费金币:{{ format3(Math.abs(freeGolds)) }}     任务金币:{{ format3(Math.abs(taskGolds)) }} @@ -633,7 +634,7 @@ const getMarket = async function () { - +