|
@@ -34,16 +34,16 @@
|
|
|
<!-- 中控 -->
|
|
|
<div class="parkingFee-bottom">
|
|
|
<div style="height: 40px; background-color: #FBFCFF;" v-if="source === 'KIP'"></div>
|
|
|
- <div :class="['parkingFee-tab', tabbarActive === '无牌缴费' && 'unlicensed-box-bottom']" v-if="supportUnlicensed && source !== 'KIP'">
|
|
|
+ <div :class="['parkingFee-tab', tabbarActive === 'paymentForUnregisteredVehicle' && 'unlicensed-box-bottom']" v-if="supportUnlicensed && source !== 'KIP'">
|
|
|
<!-- <div style="height: 40px; background-color: #FBFCFF;" v-if="source === 'KIP' && !isAlipayClient"></div> -->
|
|
|
- <!-- <div :class="['parkingFee-tab', tabbarActive === '无牌缴费' && 'unlicensed-box-bottom']" v-if="supportUnlicensed && source !== 'KIP' && !isAlipayClient">
|
|
|
+ <!-- <div :class="['parkingFee-tab', tabbarActive === 'paymentForUnregisteredVehicle' && 'unlicensed-box-bottom']" v-if="supportUnlicensed && source !== 'KIP' && !isAlipayClient">
|
|
|
-->
|
|
|
- <div :class="['bar', tabbarActive === '手动缴费' && 'active']" @click="tabbarActiveEvent('手动缴费')">手动缴费</div>
|
|
|
- <div :class="['bar', tabbarActive === '无牌缴费' && 'active']" @click="tabbarActiveEvent('无牌缴费')">无牌缴费</div>
|
|
|
+ <div :class="['bar', tabbarActive === 'manualPayment' && 'active']" @click="tabbarActiveEvent('manualPayment')">手动缴费</div>
|
|
|
+ <div :class="['bar', tabbarActive === 'paymentForUnregisteredVehicle' && 'active']" @click="tabbarActiveEvent('paymentForUnregisteredVehicle')">无牌缴费</div>
|
|
|
</div>
|
|
|
|
|
|
<!-- 手动缴费 -->
|
|
|
- <div class="manual-box" v-if="tabbarActive === '手动缴费'">
|
|
|
+ <div class="manual-box" v-if="tabbarActive === 'manualPayment'">
|
|
|
<div class="parkingFee-search">
|
|
|
<div class="search_tip_1" :style="{paddingTop: supportUnlicensed? '0': '32px'}">
|
|
|
<div class="title">车辆类型</div>
|