|
@@ -123,11 +123,11 @@ export default withLayout((props) => {
|
123
|
123
|
<Menu></Menu>
|
124
|
124
|
</view>
|
125
|
125
|
|
126
|
|
- {/* 最新动态 */}
|
127
|
|
- <view className='NewestNnews' style={{display: ShowNewestNnews ? 'block' : 'none'}}>
|
|
126
|
+ {/* 成交喜报 */}
|
|
127
|
+ {person?.personType===ROLE_CODE.BROKER&&<view className='NewestNnews' style={{display: ShowNewestNnews ? 'block' : 'none'}}>
|
128
|
128
|
{/* <ColumnTitle Name='热门推荐' Icon='icon-shoucang'></ColumnTitle> */}
|
129
|
129
|
<NewestNnews change={NewestNnewsChange}></NewestNnews>
|
130
|
|
- </view>
|
|
130
|
+ </view>}
|
131
|
131
|
|
132
|
132
|
{/* 热门推荐 */}
|
133
|
133
|
<view className='HotRecommend' style={{display: ShowHotRecommend ? 'block' : 'none'}}>
|