shish hace 3 años
padre
commit
91c5e6e76f
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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
 			}