榆山
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.
 
 

24 lines
833 B

<view class="page">
<view class="top1">
<view class="wux-pull-left font-left wux-margin--10">
<view class="wux-pull-left leftimg">
<image src="/images/ic_dang.png" />
</view>
<view wx:if="{{deptName}}" class="wux-pull-left">
{{deptName}}
</view>
<view wx:else class="wux-pull-left">
全部网格党支部
</view>
</view>
<view class="wux-pull-right font-right wux-margin--10">当前网格</view>
</view>
<wux-cell-group>
<wux-cell wx:if="{{deptName}}" title="全部网格">
<view class="wux-pull-right go" bindtap="allchange">进入</view>
</wux-cell>
<wux-cell wx:for="{{list}}" wx:key="{{index}}" title="{{item.deptName}}">
<view class="wux-pull-right go" data-index="{{index}}" bindtap="change">进入</view>
</wux-cell>
</wux-cell-group>
</view>