Commit b622edd0 authored by youjie's avatar youjie

no message

parent 0bd7d93c
...@@ -160,6 +160,10 @@ ...@@ -160,6 +160,10 @@
} else { } else {
this.loginLoading = false this.loginLoading = false
uni.hideLoading() uni.hideLoading()
uni.showToast({
title: res.message,
icon: "none",
});
} }
}, (failed) => { }, (failed) => {
this.loginLoading = false; this.loginLoading = false;
......
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