日照项目的居民端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

21 lines
2.5 KiB

<view class="g-fnc" wx:for="{{functionListComponents}}" wx:key="{{index}}">
<functionList-moreFunctionIcons wx:if="{{'resi-functionList-extend-moreFunctionIcons'==item.componentFrontId}}" cname="{{item.componentName}}" />
<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}}" /> -->
<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}}" /> -->
<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}}" /> -->
<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}}" />
<partyHelper wx:if="{{'resi-functionList-extend-partyHelper'==item.componentFrontId}}" conf="{{item.configuration}}" />
</view>