|
@@ -7,21 +7,20 @@
|
|
<!-- 停车 -->
|
|
<!-- 停车 -->
|
|
<view v-if="stepIndex===0" class="step-item step-one">
|
|
<view v-if="stepIndex===0" class="step-item step-one">
|
|
<text>请确认车辆是否停到指定位置</text>
|
|
<text>请确认车辆是否停到指定位置</text>
|
|
- <image src="../../static/img/step-one.png" mode="aspectFit"></image>
|
|
|
|
-
|
|
|
|
|
|
+ <image src="/static/img/step-one.png" mode="aspectFit"></image>
|
|
</view>
|
|
</view>
|
|
<!-- 检查 -->
|
|
<!-- 检查 -->
|
|
<view v-if="stepIndex===1" class="step-item step-two">
|
|
<view v-if="stepIndex===1" class="step-item step-two">
|
|
<view class="item top">
|
|
<view class="item top">
|
|
<text>-请完成以下操作-</text>
|
|
<text>-请完成以下操作-</text>
|
|
- <image src="../../static/img/cztis.png" mode="aspectFit"></image>
|
|
|
|
|
|
+ <image src="/static/img/cztis.png" mode="aspectFit"></image>
|
|
<view class="care">
|
|
<view class="care">
|
|
注意:洗车过程中禁止移动车辆和上下车
|
|
注意:洗车过程中禁止移动车辆和上下车
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="item bottom">
|
|
<view class="item bottom">
|
|
<text>超高加装件不能清洗</text>
|
|
<text>超高加装件不能清洗</text>
|
|
- <image src="../../static/img/zyts.png" mode="aspectFit"></image>
|
|
|
|
|
|
+ <image src="/static/img/zyts.png" mode="aspectFit"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<!-- 下单 -->
|
|
<!-- 下单 -->
|
|
@@ -33,7 +32,7 @@
|
|
<view class="list">
|
|
<view class="list">
|
|
<view :class="['item', serverIndex==index ?'avtive':'']" @click="chooseItem(index)" v-for="(item,index) in itemList" :key="index">
|
|
<view :class="['item', serverIndex==index ?'avtive':'']" @click="chooseItem(index)" v-for="(item,index) in itemList" :key="index">
|
|
<text>{{item.name}}</text>
|
|
<text>{{item.name}}</text>
|
|
- <text class="price">{{item.price}}</text>
|
|
|
|
|
|
+ <text class="price">¥{{item.price}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|