提交 d89c9753 authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 9eed223b
...@@ -65,7 +65,7 @@ export default { ...@@ -65,7 +65,7 @@ export default {
.sendResetPasswordCode({ account: this.ruleForm.account }) .sendResetPasswordCode({ account: this.ruleForm.account })
.then(response => { .then(response => {
if (response.code === 0) { if (response.code === 0) {
this.$toast({ type: 'success', message: '验证码发送成功' }) this.$toast({ type: 'success', message: '验证码已发送' })
} else { } else {
// 停止计时 // 停止计时
this.$refs.countdown.stop() this.$refs.countdown.stop()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论