Browse Source

no message

feature/v1.5
xpz2018 4 years ago
parent
commit
d71aa7d815
1 changed files with 3 additions and 3 deletions
  1. 6
      pages/login/index.js

6
pages/login/index.js

@ -133,9 +133,9 @@ Page({
wx.redirectTo({ url: '/pages/index/index' })
} else {
this.setData({ loging: false})
// Dialog.alert({ title: '温馨提示', message: '还没有您所属的打包站,请耐心等待,或者联系相关客服人员' }).then(() => {
// })
wx.redirectTo({ url: '/pages/index/index' })
Dialog.alert({ title: '温馨提示', message: '还没有您所属的打包站,请耐心等待,或者联系相关客服人员,如果有时间也可以进去逛逛?' }).then(() => {
wx.redirectTo({ url: '/pages/index/index' })
})
}
}).catch(err => {
wx.hideLoading()

Loading…
Cancel
Save