提交 7b41c44c authored 作者: lihuihui's avatar lihuihui

update

上级 8487f0d0
......@@ -187,7 +187,7 @@ export default {
action.Login.getSendCode({ mobile: this.form.register.mobile }).then((res) => {
Toast.clear()
res.code === 0 && (this.tickCode())
Toast(res.msg)
Toast('发送验证码成功!')
})
}
},
......@@ -205,7 +205,7 @@ export default {
action.Login.getSendCode({ mobile: this.form.accountLogin2.mobile }).then((res) => {
Toast.clear()
res.code === 0 && (this.tickCode())
Toast(res.msg)
Toast('发送验证码成功!')
})
}
},
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论