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.
106 lines
3.9 KiB
106 lines
3.9 KiB
<view class="g-bd" wx:if="{{ iniLoaded }}">
|
|
<view class="fixed-tit" >
|
|
<titleList-gridNameTitle id="titleList" />
|
|
</view>
|
|
|
|
<view class="g-fixed_top">
|
|
<top-tabs bind:shift="handleShiftMenu" curr-menu="{{ current }}" menu-list="{{ menuList }}" />
|
|
|
|
</view>
|
|
<view wx:if="{{showType==='map'}}" class="g-fixed-icon" bind:tap="toList">
|
|
<image class="image1" src="/assets/images/list.png"></image>
|
|
</view>
|
|
<view wx:if="{{showType==='list'}}" class="g-fixed-icon" bind:tap="toMap">
|
|
<image class="image2" src="/assets/images/common/pos.png"></image>
|
|
</view>
|
|
|
|
<view class="quick_btn {{showBtn?'quick_show':'quick_hidden'}}">
|
|
<view bind:tap="hiddenBtnList" class="arrow">
|
|
<image mode="aspectFill" src="/assets/images/mine/arrow-right1.png" />
|
|
</view>
|
|
<view class="btn_list">
|
|
<image bind:tap="tapSuishoupai" class="item_btn " mode="aspectFill" src="/assets/images/icon1.png" />
|
|
<view class="item_title">随手拍</view>
|
|
<image bind:tap="tapSuishijiang" class="item_btn " mode="aspectFill" src="/assets/images/icon2.png" />
|
|
<view class="item_title">随时讲</view>
|
|
<image bind:tap="tapFuwurexian" class="item_btn " mode="aspectFill" src="/assets/images/icon4.png" />
|
|
<view class="item_title">社区</view>
|
|
<view class="">服务热线</view>
|
|
<image bind:tap="tapWanggeyuan" class="item_btn " mode="aspectFill" src="/assets/images/icon3.png" />
|
|
<view class="item_title">网格员</view>
|
|
<view class="">服务电话</view>
|
|
</view>
|
|
</view>
|
|
<view bind:tap="showBtnList" class="quick_btn_arrow {{!showBtn?'quick_show':'quick_hidden'}}">
|
|
<image mode="aspectFill" src="/assets/images/arrow-left.png" />
|
|
</view>
|
|
|
|
|
|
<swiper wx:if="{{showType==='list'}}" class="m-swiper_list"
|
|
current="{{ current }}"
|
|
bindchange="handleSwiperChange">
|
|
<swiper-item>
|
|
<list id="votingList"
|
|
|
|
list-is-mock="{{ false }}"
|
|
list-params="{{ listParams1 }}"
|
|
list-url="{{ reportUrl }}"
|
|
list-resource="{{listResource}}"
|
|
/>
|
|
</swiper-item>
|
|
<swiper-item>
|
|
<list id="turnedList"
|
|
|
|
list-is-mock="{{ false }}"
|
|
list-params="{{ listParams2 }}"
|
|
list-url="{{ reportUrl }}"
|
|
list-resource="{{listResource}}"
|
|
/>
|
|
</swiper-item>
|
|
<swiper-item>
|
|
<list id="closedList"
|
|
list-is-mock="{{ false }}"
|
|
|
|
list-params="{{ listParams3 }}"
|
|
list-url="{{ reportUrl }}"
|
|
list-resource="{{listResource}}"
|
|
/>
|
|
</swiper-item>
|
|
</swiper>
|
|
|
|
<swiper wx:if="{{showType==='map'}}" class="m-swiper_list map-wr"
|
|
current="{{ current }}"
|
|
bindchange="handleSwiperChange">
|
|
<swiper-item>
|
|
<map-list list="{{mapList1}}" bind:click="handleClickMap" />
|
|
</swiper-item>
|
|
<swiper-item>
|
|
<map-list list="{{mapList2}}" bind:click="handleClickMap" />
|
|
</swiper-item>
|
|
<swiper-item>
|
|
<map-list list="{{mapList3}}" bind:click="handleClickMap" />
|
|
</swiper-item>
|
|
</swiper>
|
|
|
|
<!-- <view class="map-wr" wx:if="{{showType==='map'}}">
|
|
|
|
<map-list list="{{mapList}}" bind:click="handleClickMap" />
|
|
</view> -->
|
|
</view>
|
|
<view wx:if="{{dialogVisible}}" class="topic-dialog a-fade-in">
|
|
<view class="dialog-mask a-scale-in"></view>
|
|
<view class="dialog-wrapper a-scale-in">
|
|
<view class="dialog-title ">确认拨打</view>
|
|
<view class="dialog-mobile"> {{agencyForm.mobile}}</view>
|
|
|
|
<view wx:if="{{showComfirm}}" class="dialog-btn" >
|
|
<view class="btn-cancel" bind:tap="callCancel">取消</view>
|
|
<view class="btn-comfire" bind:tap="callComfire">确定</view>
|
|
</view>
|
|
<view wx:if="{{!showComfirm}}" class="dialog-btn-close" >
|
|
<view class="btn-close" bind:tap="callCancel">关闭</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<loading showed="{{ !iniLoaded }}" />
|
|
<modal id="modal"></modal>
|