Compare commits
No commits in common. "111dd526d97365437a6d9a3b7e0bdff145fb06ff" and "736a4eea18ea42c5105bc2a60986c86054040a95" have entirely different histories.
111dd526d9
...
736a4eea18
|
@ -294,8 +294,6 @@ 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