@@ -263,6 +263,11 @@
this.jinjiText = res.jinji
this.cuidanText = res.cuidan
this.fanxiuText = res.fanxiu
+ if(this.paramsData.state == 3){
+ this.jinjiText = ''
+ this.cuidanText = ''
+ this.fanxiuText = ''
+ }
}
})