|
@@ -199,6 +199,7 @@
|
|
|
export default {
|
|
|
data() {
|
|
|
return {
|
|
|
+ time:null,
|
|
|
isModel: false,
|
|
|
isConnected: false,
|
|
|
statusBarHeight: 0,
|
|
@@ -475,7 +476,6 @@
|
|
|
car_image:_car_image
|
|
|
})
|
|
|
uni.setStorageSync('car_info', this.car_info);
|
|
|
- console.log(_car_image, 'this.car_info------------------');
|
|
|
//判断逾期
|
|
|
if (!resp.data.data.sold_time) return
|
|
|
let time = Math.ceil(resp.data.data.hire_end_time - Math.floor(new Date()) / 1000) / 60
|
|
@@ -485,7 +485,11 @@
|
|
|
} else {
|
|
|
this.isOverdueShow = false
|
|
|
}
|
|
|
-
|
|
|
+ // if(!this.time){
|
|
|
+ // this.time = setInterval(()=>{
|
|
|
+ // this.loadCarDetail(car_sn)
|
|
|
+ // },5000)
|
|
|
+ // }
|
|
|
} else {
|
|
|
// common.simpleToast(resp.data.msg);
|
|
|
}
|