Commit 7180b2cd by 李嘉林

feat: 登录异常加弹框

parent 72697820
......@@ -839,6 +839,11 @@ export default {
});
this.pushPageType();
}
} else {
wx.showToast({
title: res.data.msg,
icon: "none"
});
}
})
.catch(err => {
......
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