Compare commits
2 Commits
736a4eea18
...
111dd526d9
Author | SHA1 | Date |
---|---|---|
|
111dd526d9 | |
|
14238b6556 |
|
@ -294,6 +294,8 @@ export default {
|
||||||
anonymousSendVerificationCode(this.form.EmailOrPhone)
|
anonymousSendVerificationCode(this.form.EmailOrPhone)
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
if (res.IsSuccess) {
|
if (res.IsSuccess) {
|
||||||
|
let msg = this.$t('passwordReset:message:tip:sendCode').replace("xxx", this.form.EmailOrPhone)
|
||||||
|
this.$message.success(msg)
|
||||||
that.settime(that);
|
that.settime(that);
|
||||||
} else {
|
} else {
|
||||||
that.$alert(res.ErrorMessage);
|
that.$alert(res.ErrorMessage);
|
||||||
|
|
Loading…
Reference in New Issue