From 3055b56e5ee300e2452a46542096c2966140faa9 Mon Sep 17 00:00:00 2001 From: yibo <361071264@qq.com> Date: Thu, 20 Jun 2019 17:53:31 +0800 Subject: [PATCH] . --- pages/empty/login.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/empty/login.js b/pages/empty/login.js index 119ee4a..72cb2ec 100644 --- a/pages/empty/login.js +++ b/pages/empty/login.js @@ -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', })