@@ -43,7 +43,7 @@ Page({
}).then(res => {
console.log("微信快捷登录", res)
if (res.code == 0) return wx.showToast({
- title: res.msg,
+ title: res.msg == '' ? '未查询到绑定账号' : res.msg,
icon: "none"
})
loginMsg.loginMsg(res);