Compare commits

...

2 Commits

Author SHA1 Message Date
caiyiling 111dd526d9 Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
continuous-integration/drone/push Build is passing Details
2024-06-14 14:44:36 +08:00
caiyiling 14238b6556 验证码发送提示 2024-06-14 14:44:20 +08:00
1 changed files with 2 additions and 0 deletions

View File

@ -294,6 +294,8 @@ export default {
anonymousSendVerificationCode(this.form.EmailOrPhone)
.then((res) => {
if (res.IsSuccess) {
let msg = this.$t('passwordReset:message:tip:sendCode').replace("xxx", this.form.EmailOrPhone)
this.$message.success(msg)
that.settime(that);
} else {
that.$alert(res.ErrorMessage);