Commit 2f37760c authored by 全球's avatar 全球

注册成功提示

parent ea1531e4
......@@ -129,7 +129,7 @@ export default {
}
_this.time = 60;
_this.disabled = true;
// _this.handelSendSmsApi();
_this.handelSendSmsApi();
_this.timer = setInterval(() => {
if (_this.time === 0) {
clearInterval(_this.timer);
......@@ -169,7 +169,8 @@ export default {
this.$toast.clear();
_this.registerBtnDisabled = false;
if (res.code === 0) {
_this.$toast.sucess(res.msg);
this.$toast("注册成功");
//_this.$toast.sucess(res.msg);
} else {
_this.show = true;
_this.tip = res.msg;
......
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