hive-app/pages/workbench/selectProduct/shoppingCart.vue @@ -46,6 +46,9 @@ }, methods:{ show(){ if(!this.list.length){ return; } this.$refs.popup.open(); }, hide(){