From 1522cd6a0caf6a09e13dd8b0aa42d025c3938aaf Mon Sep 17 00:00:00 2001 From: zpc Date: Sat, 12 Apr 2025 18:43:28 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/shouye/yaoqing_ranking.vue | 2 +- pages/user/tui-guang.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/shouye/yaoqing_ranking.vue b/pages/shouye/yaoqing_ranking.vue index 10136bc..ca7a801 100644 --- a/pages/shouye/yaoqing_ranking.vue +++ b/pages/shouye/yaoqing_ranking.vue @@ -147,7 +147,7 @@ export default { if (res.status == 1) { that.list = res.data if (that.list.length < 3) { - let l = 13 - that.list.length; + let l = 3 - that.list.length; for (let i = 0; i < l; i++) { that.list.push({ nickname: "虚位以待", diff --git a/pages/user/tui-guang.vue b/pages/user/tui-guang.vue index f45799c..529f602 100644 --- a/pages/user/tui-guang.vue +++ b/pages/user/tui-guang.vue @@ -202,7 +202,7 @@ success(res) { that.total = res.data.count that.commission = res.data.money - that.logo_image = res.data.share_image + // that.logo_image = res.data.share_image that.mescroll.endByPage(res.data.data.length, res.data.last_page) if (pageNo == 1) { that.listdata = res.data.data From f803fb70615420de1c47381add131a5e3e2ecb08 Mon Sep 17 00:00:00 2001 From: zpc Date: Sat, 12 Apr 2025 18:47:53 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/sangdai/sangdai.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)