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