bsm错误
Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -590,7 +590,8 @@ | ... | @@ -590,7 +590,8 @@ |
590 | if(res.code===200){ | 590 | if(res.code===200){ |
591 | this.form = res.result; | 591 | this.form = res.result; |
592 | if(res.result.qszt !== '0'){ | 592 | if(res.result.qszt !== '0'){ |
593 | console.log(this.form+":res.result") | 593 | console.log(JSON.stringify(res)+":res") |
594 | console.log(JSON.stringify(res.result)+":res.result") | ||
594 | console.log(res.result.qszt+":res.result.qszt") | 595 | console.log(res.result.qszt+":res.result.qszt") |
595 | console.log(res.result.qszt !== '0'+":res.result.qszt!==0") | 596 | console.log(res.result.qszt !== '0'+":res.result.qszt!==0") |
596 | this.disableFlag = true; | 597 | this.disableFlag = true; | ... | ... |
-
Please register or sign in to post a comment