From cab9769e9a5ffd647f8cda8b55fbf990dde4238e Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期五, 26 七月 2024 17:37:55 +0800 Subject: [PATCH] feat:上榜计量删除 --- pages/public-page/forward/forward.vue | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pages/public-page/forward/forward.vue b/pages/public-page/forward/forward.vue index f27b4b9..cce07c3 100644 --- a/pages/public-page/forward/forward.vue +++ b/pages/public-page/forward/forward.vue @@ -211,7 +211,7 @@ selectPopupShow: false, list1: [{ name: '杞﹂槦' }, { name: '璐т唬' }], tabHuoDai: false, - carNumSurplus1: '', //鍓╀綑鐨勬彁鐓ゅ崟鏁伴噺锛堣浆鍙戠殑鏁伴噺 - 棰嗗彇鐨勬暟閲忥級 + carNumSurplus1: '', //鍓╀綑鐨勬敹鍙戝崟鏁伴噺锛堣浆鍙戠殑鏁伴噺 - 棰嗗彇鐨勬暟閲忥級 tempcarNumSurplus1: '', cars2: '', //宸茬粡棰嗗彇鐨勮溅鏁� carNum: '', @@ -248,10 +248,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: { @@ -423,7 +423,7 @@ // }) // this.selectPopupShow = false; // } else { - // this.$u.toast('鎻愮叅鍗曞墿浣欐暟涓�0鎴栧凡娣诲姞'); + // this.$u.toast('鏀跺彂鍗曞墿浣欐暟涓�0鎴栧凡娣诲姞'); // this.selectPopupShow = true; // } // } else { @@ -464,7 +464,7 @@ // }) // this.selectPopupShow = false; // } else { - // this.$u.toast('鎻愮叅鍗曞墿浣欐暟涓�0鎴栧凡娣诲姞'); + // this.$u.toast('鏀跺彂鍗曞墿浣欐暟涓�0鎴栧凡娣诲姞'); // this.selectPopupShow = true; // } // } else { @@ -482,25 +482,25 @@ // } }); }, - // 璁$畻鎻愮叅鍗曟暟閲忥紝娣诲姞鎴栧垹闄ゆ椂璋冪敤 + // 璁$畻鏀跺彂鍗曟暟閲忥紝娣诲姞鎴栧垹闄ゆ椂璋冪敤 calculate(arr) { let total = arr.reduce((prev, cur) => { return cur.carNum + prev; }, 0); - console.log(total, '鎻愮叅鍗曚竴鍏辩殑鏁版嵁'); + console.log(total, '鏀跺彂鍗曚竴鍏辩殑鏁版嵁'); //roleType 1瀹㈡埛 2 璐т唬 3鍙告満 5瑁呭嵏鍛� if (this.roleType == 1) { if (Number(this.cars2) > total) { this.carNumSurplus1 = Number(this.cars2) - total; this.whetherClick = false; this.whetherClick1 = false; - } else if (Number(this.cars2) == total) { //鍓╀綑鐨勬彁鐓ゅ崟涓�0锛堟坊鍔犮�佹彁浜ゆ寜閽笉鑳界偣鍑伙級 + } else if (Number(this.cars2) == total) { //鍓╀綑鐨勬敹鍙戝崟涓�0锛堟坊鍔犮�佹彁浜ゆ寜閽笉鑳界偣鍑伙級 this.whetherClick = true; this.whetherClick1 = false; this.carNumSurplus1 = Number(this.cars2) - total; } else { this.carNumSurplus1 = 0; - this.$u.toast('鍓╀綑鎻愮叅鍗曟暟閲忎笉瓒�'); + this.$u.toast('鍓╀綑鏀跺彂鍗曟暟閲忎笉瓒�'); this.whetherClick = true; this.whetherClick1 = true; } @@ -516,7 +516,7 @@ this.carNumSurplusHuodai = Number(this.carNum) - total; } else { this.carNumSurplusHuodai = 0; - this.$u.toast('鍓╀綑鎻愮叅鍗曟暟閲忎笉瓒�'); + this.$u.toast('鍓╀綑鏀跺彂鍗曟暟閲忎笉瓒�'); this.whetherClick = true; this.whetherClick1 = true; } -- Gitblit v1.9.1