修改金豆为金币
This commit is contained in:
@@ -139,7 +139,7 @@
|
||||
src="https://dj-api.hnsiyao.cn/file/uploadPath/2024/02/22/cee2fcdc4c4ebe31ab4ce2c3c3a3d183.png"
|
||||
mode=""></image>
|
||||
<view class="zl-titles">
|
||||
{{xxJDNum}} <text>金豆</text>
|
||||
{{xxJDNum}} <text>金币</text>
|
||||
</view>
|
||||
</view>
|
||||
</u-popup>
|
||||
@@ -382,7 +382,7 @@
|
||||
this.$Request.postT('/app/user/getNewUserRed').then(res => {
|
||||
if (res.code == 0) {
|
||||
this.xxPopu = false;
|
||||
this.$queue.showToast('领取成功,金豆已到账!');
|
||||
this.$queue.showToast('领取成功,金币已到账!');
|
||||
} else {
|
||||
this.$queue.showToast(res.msg)
|
||||
}
|
||||
|
||||
@@ -166,7 +166,7 @@
|
||||
src="https://dj-api.hnsiyao.cn/file/uploadPath/2024/02/22/cee2fcdc4c4ebe31ab4ce2c3c3a3d183.png"
|
||||
mode=""></image>
|
||||
<view class="zl-titles">
|
||||
{{xxJDNum}} <text>金豆</text>
|
||||
{{xxJDNum}} <text>金币</text>
|
||||
</view>
|
||||
</view>
|
||||
</u-popup>
|
||||
@@ -545,7 +545,7 @@
|
||||
this.$Request.postT('/app/user/getNewUserRed').then(res => {
|
||||
if (res.code == 0) {
|
||||
this.xxPopu = false;
|
||||
this.$queue.showToast('领取成功,金豆已到账!');
|
||||
this.$queue.showToast('领取成功,金币已到账!');
|
||||
} else {
|
||||
this.$queue.showToast(res.msg)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user