gx
queenwuli
2021-01-09 79f11f34546a394ab1c16ba427c31e9b59d05523
hive-app/pages/workbench/selectService/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();