|
@@ -324,7 +324,7 @@ export default class openUp extends Component {
|
|
|
|
|
|
<div style={{ height: 1 }} className={styles.split_line}></div>
|
|
|
{/* 待付款2 start */}
|
|
|
- {apply_progress.applyStep == 2 &&
|
|
|
+ {/* {apply_progress.applyStep == 2 &&
|
|
|
<div>
|
|
|
<div className={styles.settle_pay}>
|
|
|
<Radio.Group onChange={this.handlePayMethod} value={pay_method}>
|
|
@@ -345,7 +345,7 @@ export default class openUp extends Component {
|
|
|
<a className={styles.go_pay} onClick={() => this.goPay()}>{sldComLanguage('立即付款')}</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
- }
|
|
|
+ } */}
|
|
|
{/* 待付款2 end */}
|
|
|
{/* 待审核1和待付款2的付款清单和经营类型信息 start */}
|
|
|
{(apply_progress.applyStep == 1 || apply_progress.applyStep == 2) &&
|