Explorar o código

商品购买增加未选商品提示

kevin_zhangl %!s(int64=3) %!d(string=hai) anos
pai
achega
757df29cb4
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      frontendEle/src/views/shop/index.vue

+ 5 - 0
frontendEle/src/views/shop/index.vue

@@ -119,6 +119,11 @@
                 console.log(val);
             },
             goToAccounts() {
+                if (this.multipleSelection.length <= 0) {
+                  this.$message.error('Please choose the products.')
+                  return false
+                }
+
                 this.is_go_order=true;
                 // this.multipleSelection.map((item,index)=>{
                 //     item.chose_num = parseInt(item.chose_num);