From b3c833eeb97a7ef0e32d05f9ee3604fed6e4a37b Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期三, 26 七月 2023 15:55:46 +0800
Subject: [PATCH] 增加装卸员相关页面和相关功能

---
 pages/customer-page/customer-index/customer-index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pages/customer-page/customer-index/customer-index.vue b/pages/customer-page/customer-index/customer-index.vue
index 499b969..79fc6f1 100644
--- a/pages/customer-page/customer-index/customer-index.vue
+++ b/pages/customer-page/customer-index/customer-index.vue
@@ -202,8 +202,7 @@
 				canClick: false
 			};
 		},
-		onLoad() {},
-		onShow() {
+		onLoad() {
 			this.init();
 		},
 		methods: {
@@ -313,7 +312,7 @@
 			// 鎻愮叅鍗曡鎯�
 			cardBodyClick(v) {
 				uni
-		.navigateTo({ url: `/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails?orderPlanId=${v.id}&code=${v.code}&cars2=${v.cars2}` });
+					.navigateTo({ url: `/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails?orderPlanId=${v.id}&code=${v.code}&cars2=${v.cars2}` });
 			},
 			// 鐐瑰嚮鍘嗗彶鎻愮叅鍗曡幏鍙栬鎯�
 			faYundetail(v) {
@@ -478,7 +477,8 @@
 					box-shadow: 4rpx 6rpx 25rpx 0rpx rgba(73, 120, 240, 0.15);
 					border-radius: 20rpx;
 					overflow: hidden;
-					@include flex flex-direction: column;
+					@include flex;
+					flex-direction: column;
 					position: relative;
 					align-items: flex-start;
 					margin-top: vww(10);

--
Gitblit v1.9.1