Browse Source

no message

feature/v1.6
xpz2018 4 years ago
parent
commit
148bf14a1d
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/agent/appointment/index.js

2
pages/agent/appointment/index.js

@ -88,7 +88,7 @@ Scene({
})
getRelation().then(result => {
if(util.isEmpty(result.data) || util.isEmpty(result.data.bizUserId)){
// this.setData({ show: true })
this.setData({ show: true })
}
wx.hideLoading()
}).catch(err => {

Loading…
Cancel
Save