提交 bd0b6934 编写于 作者: D devil_gong

微信小程序提示bug

上级 f4aa3d39
......@@ -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: () => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册