ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
### 第一中 ~~~ watch:{ info:{ handler(newValue , oldValue){ if(newValue.status == 1){ this.show = true; }else{ this.show = false; } } }, }, ~~~ ### 第二中 ~~~ watch:{ info(newValue , oldValue){ if(newValue.status == 1){ this.show = true; }else{ this.show = false; } } }, ~~~