|
@@ -685,7 +685,10 @@ export default class Index extends Component {
|
685
|
685
|
<Newsbanner showNesBox={this.handleNewsbannerShow} cityId={curCity.id} onClick={this.handleNoticeClick} onClickMore={this.toNewsList} />
|
686
|
686
|
</View >
|
687
|
687
|
{/* 热门活动*/}
|
688
|
|
- <Activity helpGroupList={helpGroupList} cityId={curCity.id} />
|
|
688
|
+ {
|
|
689
|
+ helpGroupList && helpGroupList.length &&
|
|
690
|
+ (<Activity helpGroupList={helpGroupList} cityId={curCity.id} />)
|
|
691
|
+ }
|
689
|
692
|
{/* 推荐楼盘 */}
|
690
|
693
|
{this.renderProjectList()}
|
691
|
694
|
</ScrollView>}
|