|
@@ -4,7 +4,7 @@
|
|
|
|
|
|
|
|
<view class="plate-input-section">
|
|
<view class="plate-input-section">
|
|
|
<view class="section-header">
|
|
<view class="section-header">
|
|
|
- <text class="section-title">绑定新车牌</text>
|
|
|
|
|
|
|
+ <text class="section-title">添加车辆</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="plate-input-hint">
|
|
<view class="plate-input-hint">
|
|
|
<text>添加车牌后部分站点可享停车减免权益</text>
|
|
<text>添加车牌后部分站点可享停车减免权益</text>
|
|
@@ -79,10 +79,10 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
- <!-- 已绑定车辆列表 -->
|
|
|
|
|
|
|
+ <!-- 已添加车辆列表 -->
|
|
|
<view class="car-list-section">
|
|
<view class="car-list-section">
|
|
|
<view class="section-header">
|
|
<view class="section-header">
|
|
|
- <text class="section-title">已绑定车辆</text>
|
|
|
|
|
|
|
+ <text class="section-title">已添加车辆</text>
|
|
|
<text class="section-count" v-if="carList.length > 0">{{ carList.length }}辆</text>
|
|
<text class="section-count" v-if="carList.length > 0">{{ carList.length }}辆</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|