xuxueyang
2024-08-02 702f7fa9f07ffacd580fca166a96039bda4589c4
sub_pages/customer/shop/shop.vue
@@ -348,7 +348,7 @@
            if (!item.stock) {
               item.stock = 0
            }
            if (item.shopnum + addnum > item.stock) {
            if (addnum > 0 & item.shopnum + addnum > item.stock) {
               this.$message.showToast('库存不足,无法修改')
               return
            }