Commit e8982379 authored by 罗超's avatar 罗超

1

parent 69052eba
...@@ -452,7 +452,7 @@ ...@@ -452,7 +452,7 @@
if (this.step < 3 && this.percent <= 100) { if (this.step < 3 && this.percent <= 100) {
if (this.step == 1) { if (this.step == 1) {
console.log("...",this.step) console.log("...",this.step)
if (this.dataOne.CompanyStatus == 2) { if (this.dataOne.CompanyStatus == 2||undefined||"") {
this.stepOne() this.stepOne()
} else { } else {
this.stepName = "第2步 品牌信息" this.stepName = "第2步 品牌信息"
...@@ -461,8 +461,8 @@ ...@@ -461,8 +461,8 @@
this.percent += this.percent this.percent += this.percent
} }
} else if (this.step == 2) { } else if (this.step == 2) {
if (this.dataOne.CompanyStatus == 2) { if (this.dataOne.CompanyStatus == 2||undefined||"") {
// this.stepTwo() this.stepTwo()
} else { } else {
this.stepName = "第3步 扩店需求" this.stepName = "第3步 扩店需求"
this.nextSepName = "完成" this.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