Commit ef52a0ff by tang

feat: 找回密码提示信息修改

parent f7ddfb24
...@@ -139,7 +139,7 @@ export default { ...@@ -139,7 +139,7 @@ export default {
}).then(res => { }).then(res => {
console.log(res) console.log(res)
if (res.success) { if (res.success) {
this.$message.success(res.returnMsg || '发送成功,请注意查收') this.$message.success('发送成功,请注意查收')
this.hasSent = true; this.hasSent = true;
this.timer = setInterval(() => { this.timer = setInterval(() => {
this.time -= 1; this.time -= 1;
......
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