登陆失败,弹出后端返回的msg
This commit is contained in:
@@ -277,7 +277,8 @@ const getPhoneNumber = (e) => {
|
||||
$api.msg('获取用户信息失败');
|
||||
});
|
||||
} else {
|
||||
$api.msg('登录失败,请重试');
|
||||
// $api.msg('登录失败,请重试');
|
||||
$api.msg(resData.msg || '登录失败,请重试');
|
||||
}
|
||||
}).catch((err) => {
|
||||
uni.hideLoading();
|
||||
|
||||
Reference in New Issue
Block a user