0000
This commit is contained in:
12
pages/singleStart/singleStart.wxml
Normal file
12
pages/singleStart/singleStart.wxml
Normal file
@@ -0,0 +1,12 @@
|
||||
<view class="container">
|
||||
<head-swiper banner="{{banner}}"></head-swiper>
|
||||
<view class="title-tips">请选择单次洗车金额</view>
|
||||
<view class="list">
|
||||
<view bindtap="selectItem" class="{{selectIndex==index?'active item':'item'}}" data-index="{{index}}" wx:for="{{5}}" wx:key="index"> 6.00元 </view>
|
||||
</view>
|
||||
<service-tel tel="{{servicetel}}"></service-tel>
|
||||
<view class="footer-btn-box">
|
||||
<view class="btn yellow">余额洗车</view>
|
||||
<view class="btn">单次启动</view>
|
||||
</view>
|
||||
</view>
|
||||
Reference in New Issue
Block a user