日照项目的居民端小程序
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.
 
 
 

26 lines
926 B

<view class="m-select_publish_range"
id="root"
hidden="{{ hidden }}">
<view id="wrap" class="wrap a-fade-in-up">
<view class="title">
<view class="row">
<view class="title-ico f-fl a-fade-in" bind:tap="cancel">
<image class="title-ico-close"
mode="aspectFit"
src="/assets/images/common/close.png" />
</view>
<view class="title-btn a-fade-in f-fr" bind:tap="confirm">确定</view>
</view>
</view>
<view class="wrap2">
<view wx:if="{{ agencyLoading }}" class="m-hint">加载中……</view>
<view wx:elif="{{ agencyGridList.isNone }}" class="m-hint">暂无可选网格</view>
<agency-item wx:else
ini-folded="{{false}}"
bind:shiftSelectGrid="shiftSelectGrid"
bind:shiftSelectAgency="shiftSelectAgency"
agency="{{ agencyGridList }}" />
</view>
</view>
</view>