Commit c28aefd3 authored by 吴冠's avatar 吴冠

更改注册拒绝后续

parent 3d6298ab
...@@ -689,7 +689,6 @@ export default { ...@@ -689,7 +689,6 @@ export default {
this.active =1 this.active =1
this.getErrorInfo() this.getErrorInfo()
this.isshow = false this.isshow = false
} }
}, },
data() { data() {
......
...@@ -161,6 +161,9 @@ ...@@ -161,6 +161,9 @@
}else{ }else{
this.$message.error(msg) this.$message.error(msg)
} }
if(code==500){
this.$message.error(msg)
}
if(code==502){ if(code==502){
/* 审核未通过 说明拒绝原因 */ /* 审核未通过 说明拒绝原因 */
this.$message.error(msg) this.$message.error(msg)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment