shish 3 anni fa
parent
commit
91c5e6e76f
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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
 			}