This commit is contained in:
zpc 2025-04-12 18:47:53 +08:00
parent 1522cd6a0c
commit f803fb7061

View File

@ -320,7 +320,7 @@
</view>
<view class="item-info">
<view class="title center hang1">
恭喜您成功兑换获得{{zhanshiMoney}}
恭喜您成功兑换获得{{zhanshiMoney}} {{ this.$config.getAppSetting('currency2_name') }}
</view>
</view>
</view>
@ -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)