|
@@ -37,21 +37,23 @@
|
|
<view :style="{height: `${statusBarHeight + 50}px`}"></view>
|
|
<view :style="{height: `${statusBarHeight + 50}px`}"></view>
|
|
<!-- #endif -->
|
|
<!-- #endif -->
|
|
</view>
|
|
</view>
|
|
- <view v-if="isOverdueShow" class="overdue-view flex-row flex-between">
|
|
|
|
- <view class="overdue-view-text flex-row">
|
|
|
|
- <text class="overdue-text-left">您已逾期
|
|
|
|
- <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">日</text>{{orderInfo.hire_duration_time.hour > 0 ? orderInfo.hire_duration_time.hour :'' }}<text
|
|
|
|
- v-if="orderInfo.hire_duration_time.hour>0">小时</text>{{orderInfo.hire_duration_time.minute > 0 ? orderInfo.hire_duration_time.minute :'' }}<text
|
|
|
|
- v-if="orderInfo.hire_duration_time.minute>0">分</text>
|
|
|
|
- </block>
|
|
|
|
|
|
+ <view v-if="isOverdueShow" class="overdue-view-box">
|
|
|
|
+ <view class="overdue-view flex-row flex-between">
|
|
|
|
+ <view class="overdue-view-text flex-row">
|
|
|
|
+ <text class="overdue-text-left">您已逾期
|
|
|
|
+ <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">日</text>{{orderInfo.hire_duration_time.hour > 0 ? orderInfo.hire_duration_time.hour :'' }}<text
|
|
|
|
+ v-if="orderInfo.hire_duration_time.hour>0">小时</text>{{orderInfo.hire_duration_time.minute > 0 ? orderInfo.hire_duration_time.minute :'' }}<text
|
|
|
|
+ v-if="orderInfo.hire_duration_time.minute>0">分</text>
|
|
|
|
+ </block>
|
|
|
|
+ </text>
|
|
</text>
|
|
</text>
|
|
- </text>
|
|
|
|
- <text style="font-size: 24rpx;opacity: 0.5;">请及时续费或归还车辆</text>
|
|
|
|
|
|
+ <text style="font-size: 24rpx;opacity: 0.5;">请及时续费或归还车辆</text>
|
|
|
|
+ </view>
|
|
|
|
+ <view @click="routerLink('/pages/order/order')" class="renew-btn">去续费</view>
|
|
</view>
|
|
</view>
|
|
- <view @click="routerLink('/pages/order/order')" class="renew-btn">去续费</view>
|
|
|
|
</view>
|
|
</view>
|
|
<view class="car-img-view" >
|
|
<view class="car-img-view" >
|
|
<view class="flex-row flex-between" style="align-items: center;">
|
|
<view class="flex-row flex-between" style="align-items: center;">
|
|
@@ -217,7 +219,7 @@
|
|
newsList: {},
|
|
newsList: {},
|
|
img_list: [],
|
|
img_list: [],
|
|
isLogin: false,
|
|
isLogin: false,
|
|
- isOverdueShow: false,
|
|
|
|
|
|
+ isOverdueShow: true,
|
|
contrilList: [],
|
|
contrilList: [],
|
|
isTrackOrAll: true,
|
|
isTrackOrAll: true,
|
|
model_list: [],
|
|
model_list: [],
|
|
@@ -489,7 +491,7 @@
|
|
car_image:_car_image
|
|
car_image:_car_image
|
|
})
|
|
})
|
|
uni.setStorageSync('car_info', this.car_info);
|
|
uni.setStorageSync('car_info', this.car_info);
|
|
- console.log(_car_image, 'this.car_info------------------');
|
|
|
|
|
|
+ console.log(resp.data.data, 'this.car_info------------------');
|
|
//判断逾期
|
|
//判断逾期
|
|
if (!resp.data.data.sold_time) return
|
|
if (!resp.data.data.sold_time) return
|
|
let time = Math.ceil(resp.data.data.hire_end_time - Math.floor(new Date()) / 1000) / 60
|
|
let time = Math.ceil(resp.data.data.hire_end_time - Math.floor(new Date()) / 1000) / 60
|