diff --git a/pages/shop/GoodsCon/index.vue b/pages/shop/GoodsCon/index.vue index ae19de3..fb0e9be 100644 --- a/pages/shop/GoodsCon/index.vue +++ b/pages/shop/GoodsCon/index.vue @@ -1365,6 +1365,10 @@ export default { }, // 点击加入购物车按钮 joinCart() { + if(this.storeInfo.isNegotiable === 1) { + this.$u.toast('该商品为面议商品,无法加入购物车') + return + } if ((this.attr.productSelect.stock === 0 && this.attr.cartAttr) || this.storeInfo.stock === 0 || this.storeInfo.isNegotiable === 1) { return }