Commit fa0d36c0 by 姜雷

调整页面图标

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