登陆失败,弹出后端返回的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();
|
||||
|
||||
@@ -218,7 +218,7 @@
|
||||
@confirm="sendMessage"
|
||||
:disabled="isTyping"
|
||||
:adjust-position="true"
|
||||
placeholder="请输入您的职位名称、薪资要求、岗位地址"
|
||||
placeholder="请输入您想找的岗位信息或就政策信息【比如:设计师、10000-12000、广州】【比如:今年喀什地区高校毕业生有什么就业政策】"
|
||||
v-show="!isVoice"
|
||||
/>
|
||||
<view
|
||||
|
||||
Reference in New Issue
Block a user