gx
queenwuli
2021-01-11 1d1e327a1cbf8bd822078a9f71894f25ddcee437
hive-app/pages/workbench/selectProduct/shoppingCart.vue
@@ -44,12 +44,22 @@
            default: []
         }
      },
      data(){
         return{
            isShow: false
         }
      },
      methods:{
         show(){
         toggle(){
            if(!this.list.length){
               return;
            }
            this.$refs.popup.open();
            this.isShow = !this.isShow;
            if(this.isShow){
               this.$refs.popup.open();
            }else{
               this.hide();
            }
         },
         hide(){
            this.$refs.popup.close();