|
|
@ -90,7 +90,7 @@ Scene({ |
|
|
if(util.isEmpty(result.data) || util.isEmpty(result.data.bizUserId)){ |
|
|
if(util.isEmpty(result.data) || util.isEmpty(result.data.bizUserId)){ |
|
|
this.dialog = this.dialog || this.selectComponent('#van-dialog') |
|
|
this.dialog = this.dialog || this.selectComponent('#van-dialog') |
|
|
this.dialog.stopLoading() |
|
|
this.dialog.stopLoading() |
|
|
// this.setData({ show: true })
|
|
|
|
|
|
|
|
|
this.setData({ show: true }) |
|
|
} |
|
|
} |
|
|
wx.hideLoading() |
|
|
wx.hideLoading() |
|
|
}).catch(err => { |
|
|
}).catch(err => { |
|
|
|