Compare commits

..

No commits in common. "46b2744bc3c8f7e15b2bc4b145229fdc7c1aec90" and "b5b0d24c97eac49671e63d3e5511d3eb46a00dac" have entirely different histories.

1 changed files with 0 additions and 2 deletions

View File

@ -294,8 +294,6 @@ export default {
if (res.IsSuccess) {
this.getCode()
this.loading = false
let msg = this.$t('trials:researchForm:tip:sendCode').replace("xxx", this.form.EmailOrPhone)
this.$message.success(msg)
} else {
this.$alert(res.ErrorMessage)
}