Commit 838a9e75 authored by 罗超's avatar 罗超

修改内容

parent 00224e86
...@@ -614,13 +614,8 @@ export default { ...@@ -614,13 +614,8 @@ export default {
} else if (this.step == 2) { } else if (this.step == 2) {
this.step++; this.step++;
this.percent += this.percent; this.percent += this.percent;
if (this.ChooseidentityId == 1) { this.stepName = this.companyTypes[this.ChooseidentityId-1].name+'认证信息';
this.stepName = "第3步 品牌信息"; this.nextSepName = "完成";
this.nextSepName = "完成";
} else {
this.stepName = "第3步 载体信息";
this.nextSepName = "完成";
}
} }
}, },
...@@ -682,13 +677,8 @@ export default { ...@@ -682,13 +677,8 @@ export default {
that.step++; that.step++;
that.percent += that.percent; that.percent += that.percent;
} }
if (that.ChooseidentityId == 1) { this.stepName = this.companyTypes[this.ChooseidentityId-1].name+'认证信息';
that.stepName = "第3步 品牌信息"; this.nextSepName = "完成";
that.nextSepName = "完成";
} else {
that.stepName = "第3步 载体信息";
that.nextSepName = "完成";
}
}, },
}); });
}, },
......
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