61 lines
2.9 KiB
Plaintext
61 lines
2.9 KiB
Plaintext
<!-- 头部导航 -->
|
||
<nav-bar isBack="{{isBack}}" pageTitle="{{pageTitle}}" system="{{system}}"></nav-bar>
|
||
<!-- pages/housekeeping/housekeeping.wxml -->
|
||
<view class="housekeeping">
|
||
<view class="housekeeping-tit-img mt5">
|
||
<image mode="widthFix" src="http://cdn.yishaxiyi.com/%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20190904134322.png" />
|
||
</view>
|
||
<view class="housekeeping-cen mt30">
|
||
<view class="housekeeping-tit flex-con3">
|
||
<view class="housekeeping-tit-p">家电家居清洗</view>
|
||
</view>
|
||
<view class="housekeeping-list">
|
||
<view class="housekeeping-list-l flex1">
|
||
<view class="tit-p">服务项目</view>
|
||
<view class="hou-list mt10">
|
||
<view class="hou-list-p mb20">挂式空调</view>
|
||
<view class="hou-list-p mb20">柜式空调</view>
|
||
<view class="hou-list-p mb20">滚筒/波轮洗衣机</view>
|
||
<view class="hou-list-p mb20">单/双门冰箱</view>
|
||
<view class="hou-list-p mb20">油烟机</view>
|
||
<view class="hou-list-p mb20">皮沙发护理</view>
|
||
</view>
|
||
</view>
|
||
<view class="housekeeping-list-r flex1">
|
||
<view class="tit-p">服务价格</view>
|
||
<view class="hou-list mt10">
|
||
<view class="hou-list-p mb20">145元/台</view>
|
||
<view class="hou-list-p mb20">170元/台</view>
|
||
<view class="hou-list-p mb20">160元/台</view>
|
||
<view class="hou-list-p mb20">140元/台</view>
|
||
<view class="hou-list-p mb20">180元/台</view>
|
||
<view class="hou-list-p mb20">115元/座(三座起)</view>
|
||
</view>
|
||
</view>
|
||
</view>
|
||
</view>
|
||
<!-- <view class="housekeeping-cen mt30">
|
||
<view class="housekeeping-tit flex-con3">
|
||
<view class="housekeeping-tit-p">保洁服务</view>
|
||
</view>
|
||
<view class="housekeeping-list">
|
||
<view class="housekeeping-list-l flex1">
|
||
<view class="tit-p">服务项目</view>
|
||
<view class="hou-list mt10">
|
||
<view class="hou-list-p mb20">日常保洁</view>
|
||
<view class="hou-list-p mb20">单独厨房</view>
|
||
<view class="hou-list-p mb20">三居室2卫</view>
|
||
</view>
|
||
</view>
|
||
<view class="housekeeping-list-r flex1">
|
||
<view class="tit-p">服务价格</view>
|
||
<view class="hou-list mt10">
|
||
<view class="hou-list-p mb20">35元/小时</view>
|
||
<view class="hou-list-p mb20">380元(3-4小时)</view>
|
||
<view class="hou-list-p mb20">1350元(5-6小时)</view>
|
||
</view>
|
||
</view>
|
||
</view>
|
||
</view> -->
|
||
<view class="btn" bind:tap="tel">电话预约</view>
|
||
</view> |