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