From f0882793e478c133d35547a07596e8ba3e7055e7 Mon Sep 17 00:00:00 2001 From: paulGao Date: Tue, 29 Nov 2022 15:00:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E4=BC=98=E5=8C=96=E6=89=B9?= =?UTF-8?q?=E5=8F=91=E5=95=86=E5=93=81=EF=BC=8C=E8=B5=B7=E6=89=B9=E9=87=8F?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer/src/components/goodsDetail/ShowGoods.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buyer/src/components/goodsDetail/ShowGoods.vue b/buyer/src/components/goodsDetail/ShowGoods.vue index 7924be84..ec42c3b7 100644 --- a/buyer/src/components/goodsDetail/ShowGoods.vue +++ b/buyer/src/components/goodsDetail/ShowGoods.vue @@ -371,7 +371,7 @@ export default { changeCount(val) { if (this.wholesaleList && this.wholesaleList.length > 0) { if (this.count <= this.wholesaleList[0].num) { - this.$Message.warning("购买数量不能小于起批数量"); + this.$Message.warning("批发商品购买数量不能小于起批数量"); this.count = this.wholesaleList[0].num; } }