shish пре 3 година
родитељ
комит
91c5e6e76f
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      ghsApp/src/mixins/product.js

+ 3 - 0
ghsApp/src/mixins/product.js

@@ -265,6 +265,9 @@ export default {
 			if(this.py.indexOf('红色') == 0 && this.py.length <= 2){
 				return
 			}
+			if(this.py.indexOf('黄色') == 0 && this.py.length <= 2){
+				return
+			}
 			if(this.py.indexOf('zs') == 0 && this.py.length <= 2){
 				return
 			}