Browse Source

no message

feature/v1.4
xpz2018 4 years ago
parent
commit
b16b4c5eb3
1 changed files with 1 additions and 0 deletions
  1. 1
      pages/setting/authory/index.js

1
pages/setting/authory/index.js

@ -57,6 +57,7 @@ Scene({
certificateIdentity(this.data.form).then(result => {
wx.hideLoading()
app.userInfo.isAuth = 1
app.userInfo.realName = this.data.form.realName
event.emit('EventMessage', { what: 82, desc: 'Auth Success' })
Dialog.alert({ title: '温馨提示', message: '个人信息认证成功' }).then(() => {
wx.navigateBack()

Loading…
Cancel
Save