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; } }