From bd0b6934cbf052c8c0410a0592d97f674f92c3b9 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Wed, 9 Jan 2019 09:47:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E5=B0=8F=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E6=8F=90=E7=A4=BAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/appmini/old/weixin/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/appmini/old/weixin/app.js b/public/appmini/old/weixin/app.js index df689294c..9f8acf363 100755 --- a/public/appmini/old/weixin/app.js +++ b/public/appmini/old/weixin/app.js @@ -237,7 +237,7 @@ App({ $this.get_user_login_info(object, method, res.data.data); } else { wx.hideLoading(); - $this.showToast(res.data.text); + $this.showToast(res.data.msg); } }, fail: () => { @@ -288,7 +288,7 @@ App({ } }); } else { - $this.showToast(res.data.text); + $this.showToast(res.data.msg); } }, fail: () => {