|
@@ -77,11 +77,11 @@
|
|
|
:style="{width: '24rpx',height: '32rpx'}" alt="">
|
|
|
</view>
|
|
|
</view>
|
|
|
- <Control :contrilList="contrilList" @toBluetooth="inductiveUnlockHandle" @loadCarDetail="loadCarDetail" :isOverdueShow="isOverdueShow"/>
|
|
|
+ <Control :contrilList="contrilList" @toBluetooth="inductiveUnlockHandle" @loadCarDetail="loadCarDetail" :isOverdueShow="isOverdueShow"/>
|
|
|
|
|
|
|
|
|
<view :class="['flex-row', 'flex-between', 'map-card-view',car_info.exchange_package_info && car_info.exchange_package_info.activity_time?'height_362':'height_260']">
|
|
|
- <MapCard :car_info="car_info" :height="!!(car_info.exchange_package_info && car_info.exchange_package_info.activity_time)"/>
|
|
|
+ <MapCard :isShowReturnCar='isShowReturnCar' :car_info="car_info" :height="!!(car_info.exchange_package_info && car_info.exchange_package_info.activity_time)"/>
|
|
|
|
|
|
<view class="card-right">
|
|
|
<view class="card-bg" @tap="navTravelingTrack">
|
|
@@ -169,7 +169,7 @@
|
|
|
</view>
|
|
|
|
|
|
|
|
|
- <returnCar :isShowReturnCar="isShowReturnCar" typePage="index" @closeShowReturnCarBtn="()=>isShowReturnCar=false"
|
|
|
+ <returnCar :isShowReturnCar='isShowReturnCar' typePage="index" @closeShowReturnCarBtn="isShowReturnCar=false"
|
|
|
@navStoreBtn="navStoreBtn" @immediatelyReturnBtn="immediatelyReturnBtn" />
|
|
|
</view>
|
|
|
</template>
|
|
@@ -569,9 +569,8 @@
|
|
|
},
|
|
|
tapReturnCar() {
|
|
|
this.overdueMoneyFn(this.car_info.car_sn)
|
|
|
- this.setData({
|
|
|
- isShowReturnCar: true
|
|
|
- })
|
|
|
+ this.isShowReturnCar = true
|
|
|
+ console.log(this.isShowReturnCar)
|
|
|
},
|
|
|
//逾期费用计算
|
|
|
async overdueMoneyFn(car_sn) {
|