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