锦水居民端小程序
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.
 

20 lines
1.0 KiB

<!--subpages/associationNew/pages/associationlist/associationlist.wxml-->
<view class="header" style="height: {{statusHeight + navigationHeight}}px;">
<image class="header-bg" src="../../images/navbarbk.png" />
<view class="backhome" hover-class="none" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;" bindtap="_backhome"><image src="/images/goback.png"/></view>
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;">党群列表</view>
</view>
<view class="title_bg" style="margin-top: {{statusHeight + navigationHeight}}px">
<image src="{{imageUrlList[0].imgUrl}}"></image>
<!-- <image src="https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/21/rBAB718fd8CAB37nAAMW696Q3e4345.png" /> -->
</view>
<view class="association-list">
<community-list
associationList="{{associationList}}"
bind:joinGroupCallBack="joinGroupCallBack">
</community-list>
<load-more
loadMoreVisible="{{loadMoreVisible}}"
loadMoreType="{{loadMoreType}}">
</load-more>
</view>