|
@@ -31,11 +31,11 @@
|
|
|
<view class="overdue-view-text flex-row">
|
|
|
<text class="overdue-text-left">{{$t("您已逾期")}}
|
|
|
<text class="overdue-num">
|
|
|
- <block v-if="orderInfo.hire_duration_time">
|
|
|
- {{orderInfo.hire_duration_time.day > 0 ? orderInfo.hire_duration_time.day :'' }}<text
|
|
|
- v-if="orderInfo.hire_duration_time.day>0">{{$t("日")}}</text>{{orderInfo.hire_duration_time.hour > 0 ? orderInfo.hire_duration_time.hour :'' }}<text
|
|
|
- v-if="orderInfo.hire_duration_time.hour>0">{{$t("小时")}}</text>{{orderInfo.hire_duration_time.minute > 0 ? orderInfo.hire_duration_time.minute :'' }}<text
|
|
|
- v-if="orderInfo.hire_duration_time.minute>0">{{$t("分")}}</text>
|
|
|
+ <block v-if="car_info.hire_duration_time">
|
|
|
+ {{car_info.hire_duration_time.day > 0 ? car_info.hire_duration_time.day :'' }}<text
|
|
|
+ v-if="car_info.hire_duration_time.day>0">{{$t("日")}}</text>{{car_info.hire_duration_time.hour > 0 ? car_info.hire_duration_time.hour :'' }}<text
|
|
|
+ v-if="car_info.hire_duration_time.hour>0">{{$t("小时")}}</text>{{car_info.hire_duration_time.minute > 0 ? car_info.hire_duration_time.minute :'' }}<text
|
|
|
+ v-if="car_info.hire_duration_time.minute>0">{{$t("分")}}</text>
|
|
|
</block>
|
|
|
</text>
|
|
|
</text>
|
|
@@ -199,6 +199,7 @@
|
|
|
export default {
|
|
|
data() {
|
|
|
return {
|
|
|
+ orderInfo:{},
|
|
|
time:null,
|
|
|
isModel: false,
|
|
|
isConnected: false,
|