|
@@ -65,7 +65,7 @@ const CartBody = (props) => {
|
65
|
65
|
|
66
|
66
|
<Card className={Styles.card}>
|
67
|
67
|
<div>
|
68
|
|
- <Avatar src={data.avatar} style={{ width: '0.48rem', height: '0.48rem' }} />
|
|
68
|
+ <Avatar src={data.photo} style={{ width: '0.48rem', height: '0.48rem' }} />
|
69
|
69
|
<Button type="link" style={{color: '#FF925C', fontSize: '0.106rem',position: 'absolute', top: '40px', left: '0.56rem' }} onClick={toEditStaff(data.userId)}>
|
70
|
70
|
编辑
|
71
|
71
|
<Icon type="form" style={{ color: '#C0C4CC', marginLeft: '0.04rem' }} />
|