|
@@ -472,7 +472,7 @@ export default class Index extends Component {
|
472
|
472
|
<View className='mycard__work'>
|
473
|
473
|
<View className='row mycard__work-department'>{cardInfo.department}<Text className='txt'>部门</Text></View>
|
474
|
474
|
<View className='row mycard__work-position'>{cardInfo.post}<Text className='txt'>职位</Text></View>
|
475
|
|
- <View className='row mycard__work-company'>{cardInfo.company}<Text className='txt'>楼盘</Text></View>
|
|
475
|
+ <View className='row mycard__work-company'>{projectDetail.buildingName}<Text className='txt'>楼盘</Text></View>
|
476
|
476
|
</View>
|
477
|
477
|
|
478
|
478
|
{/* 人气 */}
|
|
@@ -549,4 +549,4 @@ export default class Index extends Component {
|
549
|
549
|
</Block>
|
550
|
550
|
)
|
551
|
551
|
}
|
552
|
|
-}
|
|
552
|
+}
|