From 66adb31eb3e2c309c94f45a346db23be5f5e907e Mon Sep 17 00:00:00 2001 From: wong1988 Date: Sat, 20 Jan 2024 11:52:20 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=8A=A8=E6=80=81=E8=B5=B7=E8=AE=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/cloudCard2.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/home/cloudCard2.vue b/pages/home/cloudCard2.vue index 83a20ce..61c7639 100644 --- a/pages/home/cloudCard2.vue +++ b/pages/home/cloudCard2.vue @@ -134,7 +134,7 @@ - ,100起订,200斤以上免配送费 + ,{{data.brandVos[selectIndex2].qssl}}起订,200斤以上免配送费 From 52d8c1e86a6f0c75c7279264d1de92717c961b02 Mon Sep 17 00:00:00 2001 From: wong1988 Date: Sat, 20 Jan 2024 11:56:32 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=8A=A8=E6=80=81=E9=99=90=E5=88=B6=20?= =?UTF-8?q?=E8=B5=B7=E8=AE=A2=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/cloudCard2.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/home/cloudCard2.vue b/pages/home/cloudCard2.vue index 61c7639..96dbe65 100644 --- a/pages/home/cloudCard2.vue +++ b/pages/home/cloudCard2.vue @@ -499,8 +499,8 @@ settlement() { // 支付 - if (this.page.weight < 20) { - this.shortToast('满200斤才可定制云菜窖哦,请继续选菜吧。') + if (this.page.weight < parseInt(this.data.brandVos[this.selectIndex2].qssl)) { + this.shortToast('满' + this.data.brandVos[this.selectIndex2].qssl + '斤才可定制云菜窖哦,请继续选菜吧。') return }