|
@@ -293,9 +293,9 @@ class TencentConfig extends Component {
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
stepStatus = (value) => {
|
|
stepStatus = (value) => {
|
|
|
- if (this.state.currentStep === value)
|
|
|
|
|
|
|
+ if (this.state.reachStep === value)
|
|
|
return '进行中';
|
|
return '进行中';
|
|
|
- else if (this.state.currentStep > value)
|
|
|
|
|
|
|
+ else if (this.state.reachStep > value)
|
|
|
return '完成';
|
|
return '完成';
|
|
|
else
|
|
else
|
|
|
return '等待';
|
|
return '等待';
|