中心调研登录页面发送验证码提醒
parent
7d37fdc3c0
commit
5738687f06
|
@ -294,6 +294,8 @@ export default {
|
||||||
if (res.IsSuccess) {
|
if (res.IsSuccess) {
|
||||||
this.getCode()
|
this.getCode()
|
||||||
this.loading = false
|
this.loading = false
|
||||||
|
let msg = this.$t('trials:researchForm:tip:sendCode').replace("xxx", this.form.EmailOrPhone)
|
||||||
|
this.$message.success(msg)
|
||||||
} else {
|
} else {
|
||||||
this.$alert(res.ErrorMessage)
|
this.$alert(res.ErrorMessage)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue