|
|
@@ -434,13 +434,13 @@
|
|
|
} else {
|
|
|
this.isSelfRegisterSuccess = false
|
|
|
this.showLoading = false
|
|
|
- this.$message.error('个人注册失败,请重新填写信息')
|
|
|
+ this.$message.error('企业注册失败,请重新填写信息')
|
|
|
}
|
|
|
}, err => {
|
|
|
console.log(err)
|
|
|
this.isSelfRegisterSuccess = false
|
|
|
this.showLoading = false
|
|
|
- this.$message.error('个人注册失败,请重新填写信息')
|
|
|
+ this.$message.error('企业注册失败,请重新填写信息')
|
|
|
})
|
|
|
},
|
|
|
storeApply: function (enuu) {
|
|
|
@@ -571,14 +571,14 @@
|
|
|
this.reflashEnterprise(response.data.data.enuu, baseUrl || '/vendor#/vendor_upload')
|
|
|
} else {
|
|
|
this.isSelfRegisterSuccess = false
|
|
|
- this.$message.error('个人注册失败,请重新填写信息')
|
|
|
+ this.$message.error('企业注册失败,请重新填写信息')
|
|
|
}
|
|
|
this.showLoading = false
|
|
|
}, err => {
|
|
|
console.log(err)
|
|
|
this.isSelfRegisterSuccess = false
|
|
|
this.showLoading = false
|
|
|
- this.$message.error('个人注册失败,请重新填写信息')
|
|
|
+ this.$message.error('企业注册失败,请重新填写信息')
|
|
|
})
|
|
|
}
|
|
|
} else {
|