From 2915446ab773560226bcbf3895e1117d1167144b Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期三, 12 七月 2023 16:57:41 +0800 Subject: [PATCH] 验质修改图片错误 --- pages/public-page/forward/forward.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/public-page/forward/forward.vue b/pages/public-page/forward/forward.vue index 515db6d..5e81f78 100644 --- a/pages/public-page/forward/forward.vue +++ b/pages/public-page/forward/forward.vue @@ -247,10 +247,10 @@ return uni.getStorageSync('roleType'); }, text() { - return `宸查鍙�${this.cars2}寮犳彁鐓ゅ崟,鍓╀綑${this.carNumSurplus1}寮犳彁鐓ゅ崟`; + return `宸查鍙�${this.cars2}寮犻�氱煡鍗�,鍓╀綑${this.carNumSurplus1}寮犻�氱煡鍗昤; }, text1() { - return `宸叉嫢鏈�${this.carNum}寮犳彁鐓ゅ崟,鍓╀綑${this.carNumSurplusHuodai}寮犳彁鐓ゅ崟`; + return `宸叉嫢鏈�${this.carNum}寮犻�氱煡鍗�,鍓╀綑${this.carNumSurplusHuodai}寮犻�氱煡鍗昤; } }, methods: { @@ -372,12 +372,12 @@ } }); }, - // 璁$畻鎻愮叅鍗曟暟閲忥紝娣诲姞鎴栧垹闄ゆ椂璋冪敤 + // 璁$畻閫氱煡鍗曟暟閲忥紝娣诲姞鎴栧垹闄ゆ椂璋冪敤 calculate(arr) { let total = arr.reduce((prev, cur) => { return cur.carNum + prev; }, 0); - console.log(total, '鎻愮叅鍗曚竴鍏辩殑鏁版嵁'); + console.log(total, '閫氱煡鍗曚竴鍏辩殑鏁版嵁'); if (this.roleType == 1) { if (Number(this.cars2) >= total) { this.carNumSurplus1 = Number(this.cars2) - total; @@ -385,7 +385,7 @@ this.whetherClick1 = false; } else { this.carNumSurplus1 = 0; - this.$u.toast('鍓╀綑鎻愮叅鍗曟暟閲忎笉瓒�'); + this.$u.toast('鍓╀綑閫氱煡鍗曟暟閲忎笉瓒�'); this.whetherClick = true; this.whetherClick1 = true; } @@ -397,7 +397,7 @@ this.whetherClick1 = false; } else { this.carNumSurplusHuodai = 0; - this.$u.toast('鍓╀綑鎻愮叅鍗曟暟閲忎笉瓒�'); + this.$u.toast('鍓╀綑閫氱煡鍗曟暟閲忎笉瓒�'); this.whetherClick = true; this.whetherClick1 = true; } -- Gitblit v1.9.1