Parcourir la source

零售端开单优化

jiangfeng il y a 5 ans
Parent
commit
094f46ff74
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      hdApp/src/components/module/app-goods-commodity.vue

+ 4 - 0
hdApp/src/components/module/app-goods-commodity.vue

@@ -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);
 		},