Compare commits
No commits in common. "46b2744bc3c8f7e15b2bc4b145229fdc7c1aec90" and "b5b0d24c97eac49671e63d3e5511d3eb46a00dac" have entirely different histories.
46b2744bc3
...
b5b0d24c97
|
@ -294,8 +294,6 @@ 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)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue