فهرست منبع

修改商品数据为0时不可下单

ext.liuqiwen3 1 ماه پیش
والد
کامیت
7cb969f7be
1فایلهای تغییر یافته به همراه7 افزوده شده و 0 حذف شده
  1. 7 0
      pages/goods/goods_details/index.vue

+ 7 - 0
pages/goods/goods_details/index.vue

@@ -875,6 +875,13 @@ const handleSubmit = async () => {
       })
       })
       return ;
       return ;
     }
     }
+    if(attr.value.productSelect.cart_num == 0 ){
+      uni.showToast({
+        title:'商品数量不能为0!',
+        icon:'none',
+      })
+      return ;
+    }
   }
   }
 
 
   const productSelect = productValue.value[attrValue.value];
   const productSelect = productValue.value[attrValue.value];