Browse Source

修改首页展示内容

main
mk 2 years ago
parent
commit
be62b12c36
  1. 10
      pages/index/components/functionList/functionList.wxml

10
pages/index/components/functionList/functionList.wxml

@ -3,17 +3,17 @@
<functionList-recommendGroupSlider wx:if="{{'resi-functionList-group-recommendGroupSlider'==item.componentFrontId}}" conf="{{item.configuration}}" />
<hallLatestIssueList wx:if="{{'resi-functionList-hall-latestIssueList'==item.componentFrontId}}" conf="{{item.configuration}}" />
<hallClosedProjectList wx:if="{{'resi-functionList-hall-closedProjectList'==item.componentFrontId}}" conf="{{item.configuration}}" />
<voiceNewsList wx:if="{{'resi-functionList-voice-newsList'==item.componentFrontId}}" conf="{{item.configuration}}" />
<voiceNewsList2 wx:if="{{'resi-functionList-voice-newsList2'==item.componentFrontId}}" conf="{{item.configuration}}" />
<!-- <voiceNewsList wx:if="{{'resi-functionList-voice-newsList'==item.componentFrontId}}" conf="{{item.configuration}}" /> -->
<!-- <voiceNewsList2 wx:if="{{'resi-functionList-voice-newsList2'==item.componentFrontId}}" conf="{{item.configuration}}" /> -->
<hallHotSubjectList wx:if="{{'resi-functionList-hall-hotSubjectList'==item.componentFrontId}}" conf="{{item.configuration}}" />
<heartNewList wx:if="{{'resi-functionList-heart-new'==item.componentFrontId}}" conf="{{item.configuration}}" />
<heartHistoryList wx:if="{{'resi-functionList-heart-history'==item.componentFrontId}}" conf="{{item.configuration}}" />
<heartBanner wx:if="{{'resi-functionList-heart-banner'==item.componentFrontId}}" conf="{{item.configuration}}" />
<scoreRank wx:if="{{'resi-functionList-score-rank'==item.componentFrontId}}" conf="{{item.configuration}}" />
<topOfParty wx:if="{{'resi-functionList-top-party'==item.componentFrontId}}" conf="{{item.configuration}}" />
<!-- <scoreRank wx:if="{{'resi-functionList-score-rank'==item.componentFrontId}}" conf="{{item.configuration}}" /> -->
<!-- <topOfParty wx:if="{{'resi-functionList-top-party'==item.componentFrontId}}" conf="{{item.configuration}}" /> -->
<moreFunctionSwipe wx:if="{{'resi-functionList-extend-moreFunctionIcons2'==item.componentFrontId}}" conf="{{item.configuration}}" />
<voiceSpecialList wx:if="{{'resi-functionList-voice-speciallist'==item.componentFrontId}}" conf="{{item.configuration}}" />
<voiceTagList wx:if="{{'resi-functionList-voice-listwithtag'==item.componentFrontId}}" conf="{{item.configuration}}" />
<!-- <voiceTagList wx:if="{{'resi-functionList-voice-listwithtag'==item.componentFrontId}}" conf="{{item.configuration}}" /> -->
<question wx:if="{{'resi-functionList-extend-question'==item.componentFrontId}}" conf="{{item.configuration}}" />
<shortcut wx:if="{{'resi-functionList-extend-quickentry'==item.componentFrontId}}" conf="{{item.configuration}}" />
<fangyiFloat wx:if="{{'resi-functionList-extend-fangyiFloat'==item.componentFrontId}}" conf="{{item.configuration}}" />

Loading…
Cancel
Save