diff --git a/pages/sangdai/sangdai.vue b/pages/sangdai/sangdai.vue index 1d1305a..30513c1 100644 --- a/pages/sangdai/sangdai.vue +++ b/pages/sangdai/sangdai.vue @@ -320,7 +320,7 @@ - 恭喜您成功兑换,获得{{zhanshiMoney}} + 恭喜您成功兑换,获得{{zhanshiMoney}} {{ this.$config.getAppSetting('currency2_name') }} @@ -747,7 +747,7 @@ success: res => { if (res.status == 1) { this.close('changePop') - this.zhanshiMoney = this.totalChangeMoney + this.zhanshiMoney = this.$c.removeTrailingZeros(this.totalChangeMoney); setTimeout(() => { this.$refs.resPop.open() this.tabChange(this.tabCur)