|
@@ -16,7 +16,7 @@ import { reportClient } from '@services/report'
|
16
|
16
|
|
17
|
17
|
import * as actions from '@actions/card'
|
18
|
18
|
import { dispatchProjectDetail } from '@actions/project'
|
19
|
|
-const topImg ='https://estateagents.oss-cn-shanghai.aliyuncs.com/miniapp/images/index/top.jpg'
|
|
19
|
+
|
20
|
20
|
|
21
|
21
|
@connect(
|
22
|
22
|
({ user, card, project }) => ({ ...user, ...card, ...project }),
|
|
@@ -435,7 +435,7 @@ export default class Index extends Component {
|
435
|
435
|
<Image className='mycard__user__img' src={picture} mode="widthFix"></Image>
|
436
|
436
|
<Image src={picture} mode="aspectFill" className='head__img'></Image>
|
437
|
437
|
</View>
|
438
|
|
- <Image src={topImg} className='top-img' mode="widthFix"></Image>
|
|
438
|
+ <Image src={require('@assets/person/top.png')} className='top-img' mode="widthFix"></Image>
|
439
|
439
|
</View>
|
440
|
440
|
|
441
|
441
|
<View className='mycard__user__information'>
|