微信小程序提示bug

feat/task1-c-wallet
devil_gong 2019-01-09 09:47:24 +08:00
parent f4aa3d3900
commit bd0b6934cb
1 changed files with 2 additions and 2 deletions

View File

@ -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: () => {