shish 3 лет назад
Родитель
Сommit
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
 			}