中心调研登录页面发送验证码提醒

uat_us
caiyiling 2024-06-14 13:23:08 +08:00
parent 7d37fdc3c0
commit 5738687f06
1 changed files with 2 additions and 0 deletions

View File

@ -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)
} }