yibo 6 years ago
parent
commit
3055b56e5e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pages/empty/login.js

+ 1
- 1
pages/empty/login.js View File

@ -23,7 +23,7 @@ function requestLoading(method, params, successaction) {
method: 'POST',
success: function(res) {
if (res.data.error != null) {
if (res.data.error.message == '没有对应关系,请先绑定') {
if (res.data.error.message == '中转微信与客户对应 没有对应关系,请先绑定') {
wx.navigateTo({
url: '/pages/login/login',
})


Loading…
Cancel
Save