Commit 89d1b2e5 by 姜雷

Merge branch 'develop' into test

parents 0242d582 fa0d36c0
...@@ -42,15 +42,15 @@ export class Index extends React.Component { ...@@ -42,15 +42,15 @@ export class Index extends React.Component {
</div> </div>
<div <div
className={styles.iconItem} className={styles.iconItem}
onClick={() => this.validate('CSXY0002', '/RepairDeal')} onClick={() => this.validate('CSXY0003', '/publicCar')}
> >
<img src={repairDealIcon} alt="" /> <img src={publicCarIcon} alt="" />
</div> </div>
<div <div
className={styles.iconItem} className={styles.iconItem}
onClick={() => this.validate('CSXY0003', '/publicCar')} onClick={() => this.validate('CSXY0002', '/RepairDeal')}
> >
<img src={publicCarIcon} alt="" /> <img src={repairDealIcon} alt="" />
</div> </div>
<div <div
className={styles.iconItem} className={styles.iconItem}
......
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