@@ -94,6 +94,10 @@ export default {
this.isGoodsStyle = false;
},
addEvents() {
+ if(this.info.goodsStyle>0){
+ this.showGoodsStyle();
+ return
+ }
this.animationFun('add');
this.$emit("addGoods", this.info);