Commit 9a6a9326 authored by chicheng's avatar chicheng

Merge remote-tracking branch 'origin/prod' into prod

parents 650c1218 5db7d7d4
...@@ -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