|
@@ -617,7 +617,6 @@
|
|
|
if (me.orderInfo.order_status == 1) {
|
|
|
me.orderInfo.hire_duration_time = common.countToDay(me.orderInfo.hire_cycle * me
|
|
|
.orderInfo.hire_duration, me.orderInfo.hire_duration_unit)
|
|
|
- console.log(me.orderInfo.hire_duration_time, 'me.orderInfo.hire_duration_time');
|
|
|
} else if ((me.orderInfo.hire_type == 2 && me.orderInfo.order_status == 2) || me
|
|
|
.orderInfo.order_status == 3) {
|
|
|
// me.orderInfo.hire_duration_time = common.timestampToDays(Math.ceil(me.orderInfo
|