71 lines
2.2 KiB
Plaintext
71 lines
2.2 KiB
Plaintext
<!-- 头部导航 -->
|
|
<nav-bar
|
|
class="skeleton-rect"
|
|
isLocation="{{isLocation}}"
|
|
pageTitle="{{pageTitle}}"
|
|
system="{{system}}"
|
|
cityInfo="{{cityInfo}}"
|
|
titleColor="{{titleColor}}"
|
|
/>
|
|
<!--user/choice/choice.wxml-->
|
|
<view class="choice">
|
|
<view class="pd20">
|
|
<view class="row mt40">
|
|
<view bind:tap="goDiamondInfo" data-url="{{'/pages/serviceInfo/serviceInfo?group_type='+imgObj.id}}" class='flex-con3 service_c'>
|
|
<view class="dis-flex service_cen">
|
|
<view class='flex1'>
|
|
<view class='service_title'>服务说明</view>
|
|
<view class='flex-con2 service_text'>我们将尽心为您服务
|
|
<view class='service_see'>点击查看 ></view>
|
|
</view>
|
|
</view>
|
|
<view class='service_img'>
|
|
<image src="/static/img/love.png" />
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="row mt40">
|
|
<!-- <view class="title">工服清洗</view> -->
|
|
<view bind:tap="goDiamondInfo" data-url="{{'/pages/laundry/laundry?type=2&group_type='+imgObj.id}}" class="pos_cen">
|
|
<view class="cen_img">
|
|
<image src="{{imgObj.work_pic}}" />
|
|
</view>
|
|
<view class="cen_p flex-con2">
|
|
<view class="p_text">工装洗涤</view>
|
|
<image src="/static/img/icon/bac-right.png" />
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="row mt40">
|
|
<!-- <view class="title">家庭衣物洗涤</view> -->
|
|
<view bind:tap="goDiamondInfo" data-url="{{'/pages/laundry/laundry?type=1&group_type='+imgObj.id}}" class="pos_cen">
|
|
<view class="cen_img">
|
|
<image src="{{imgObj.ordinary_pic}}" />
|
|
</view>
|
|
<view class="cen_p flex-con2">
|
|
<view class="p_text">家庭衣物洗涤</view>
|
|
<image src="/static/img/icon/bac-right.png" />
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<!-- 第一次广大用户进入此页面绑定支行 -->
|
|
<popup isPopup='{{isPopup}}'>
|
|
<view class='branch'>
|
|
<picker
|
|
value="{{index}}"
|
|
range="{{branchList}}"
|
|
range-key='unit_title'
|
|
bindchange='pickerChange'
|
|
>
|
|
<view class='bac_cell'>
|
|
<wux-cell right="text_right_cell2" title="{{ branchIndex == -1?'请选择您所在的分行':branchList[branchIndex].unit_title}}" rightUrl='/static/img/icon/asfa51f3a1f3a5f13a.png' />
|
|
</view>
|
|
</picker>
|
|
<view class='branch_sub' bind:tap='bindBranch'>确定</view>
|
|
</view>
|
|
</popup>
|
|
</view>
|
|
|