Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.

Commit

Permalink
fix(*): (#598) 发送验证码时不弹出顶部弹框
Browse files Browse the repository at this point in the history
  • Loading branch information
mutoe committed Nov 7, 2018
1 parent 23b6d15 commit 57ccb77
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/page/sign/Forgot.vue
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ export default {
.then(() => {
this.countdown = 60;
this.countDown();
this.$Message.success("发送验证码成功");
this.error = "";
})
.catch(
Expand Down
1 change: 0 additions & 1 deletion src/page/sign/SigninDynamic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ export default {
.then(() => {
this.countdown = 60;
this.countDown();
this.$Message.success("发送验证码成功");
})
.finally(() => {
this.codeLoading = false;
Expand Down
1 change: 0 additions & 1 deletion src/page/sign/Signup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ export default {
.then(() => {
this.countdown = 60;
this.countDown();
this.$Message.success("发送验证码成功");
this.error = "";
})
.catch(err => {
Expand Down

0 comments on commit 57ccb77

Please sign in to comment.