Commit 091c34e0153aca94896a492c834593abd3ae2cfe

Authored by loveumiko
1 parent 605d3cd3

fix: 修改第三方登录时请求报账号密码错误

Showing 1 changed file with 3 additions and 3 deletions
... ... @@ -234,9 +234,9 @@
234 234 }
235 235 },
236 236 onShow() {
237   - // if(getApp().getBindNot()){
238   - // return
239   - // }
  237 + if(getApp().getBindNot()){
  238 + return
  239 + }
240 240 if (this.orgId) {
241 241 this.loadData(1, {
242 242 organizationId: this.orgId
... ...