Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
fb487be1fb
1 changed files with 1 additions and 6 deletions
  1. 7
      pages/home/certificate/index.js

7
pages/home/certificate/index.js

@ -79,12 +79,7 @@ Page({
updateUserInfo(data).then(result => {
wx.hideLoading()
app.globalData.userInfo.isEnterpriseAuth = 1
if(!app.globalData.userInfo.isAuth){
util.showToast('企业验证成功')
wx.redirectTo({ url: '/pages/home/idcard/index' })
} else {
util.showBackToast('企业验证成功')
}
util.showBackToast('企业验证成功')
}).catch(error => {
wx.hideLoading()
util.showToast(error)

Loading…
Cancel
Save