Commit e57d2a93 authored by 李驰骋's avatar 李驰骋

登录失败添加提示框

parent c779c57a
...@@ -313,8 +313,13 @@ ...@@ -313,8 +313,13 @@
uni.switchTab({ uni.switchTab({
url: '/pages/home/home' url: '/pages/home/home'
}); });
}else{
uni.showToast({
title: res.msg,
icon: 'none',
duration: 1500
});
} }
} }
}, },
fnChangeLogin() { fnChangeLogin() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment