From bdf4b08ef27055511af9d74f55a232c6e2f79ef7 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Tue, 18 Jun 2024 11:36:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/goodPopup.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/goodPopup.vue b/components/goodPopup.vue index 8fdbd0f..0ed3da6 100644 --- a/components/goodPopup.vue +++ b/components/goodPopup.vue @@ -86,7 +86,7 @@ const change = () => { if (+datas.value.cart_num < +datas.value.batch) return uni.$u.toast( - `购买数量不能小于${datas.value.cart_num}${datas.value.unit_name}`); + `购买数量不能小于${datas.value.batch}${datas.value.unit_name}`); if (subtotal.value <= 0) { uni.$u.toast('金额不可小于等于0'); datas.value.cart_num = '';