pingan\平安 3 өдөр өмнө
parent
commit
b013243d55

+ 6 - 1
common/common.js

@@ -896,7 +896,12 @@ function formatTimeDifference(timestamp) {
 			minutes = 0;
 		}
 		days = 0;
-		return `${hours}小时 ${minutes}分钟`;
+		if (hours) {
+			return `${hours}小时 ${minutes}分钟`;
+		}else {
+			return `${minutes}分钟`;
+		}
+		
 	}
 	
 }

+ 0 - 3
pages/index/index.vue

@@ -587,9 +587,6 @@
 		left: 0;
 		width: 100%;
 		background-color: #c4cad6;
-		// color: white;
-		// text-align: center;
-		// line-height: 50px;
 		z-index: 999; /* 确保在最上层 */
 	}
 	.fillClass {}

+ 0 - 1
pages/orderStatus/orderStatus.vue

@@ -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