From b5d2c5c63199a2445bb2b8327f804ed3bfbdf7b0 Mon Sep 17 00:00:00 2001 From: gitadmin <764425241@qq.com> Date: Fri, 3 Dec 2021 17:55:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=94=E7=8E=B0=E6=AF=94=E8=BE=83=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/addTask.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index/addTask.vue b/pages/index/addTask.vue index 973a43b..bb20f0c 100644 --- a/pages/index/addTask.vue +++ b/pages/index/addTask.vue @@ -458,7 +458,7 @@ return; } - if (this.merchantMoney < this.zuidi) { + if (parseInt(this.merchantMoney) < parseInt(this.zuidi)) { uni.hideLoading(); this.$queue.showToast('每单最低返现金额为' + this.zuidi + '元'); return;