Browse Source

增加车辆类型

gcz 1 year ago
parent
commit
57a1f2d8b6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pages/chargeStandard/chargeStandard.vue

+ 1 - 0
pages/chargeStandard/chargeStandard.vue

@@ -26,6 +26,7 @@
             <view v-if="type.vehicleType == 3">摩托车</view>
             <view v-if="type.vehicleType == 4">非机动车</view>
             <view v-if="type.vehicleType == 5">其他</view>
+			<view v-if="type.vehicleType == 6">小车(新能源)</view>
             <view class="charge-rules-right">
               <view v-for="(time, tIndex) in type.list" :key="tIndex">
                 <text>{{ time.beginTime.substring(0, 5) }}-{{ time.beginTime > time.endTime ? '次日' : '' }}{{ time.endTime.substring(0, 5) }}</text>