From 6d520cfa7da0955e64cd783ec7b2c4ab65182b21 Mon Sep 17 00:00:00 2001
From: wk
Date: 星期一, 29 七月 2024 17:39:54 +0800
Subject: [PATCH] feta:门卫库管取样员

---
 pages/loadUnload-page/my-page/my-page.vue |   50 +++++++++++++++++++++++++++++++++++++++-----------
 1 files changed, 39 insertions(+), 11 deletions(-)

diff --git a/pages/loadUnload-page/my-page/my-page.vue b/pages/loadUnload-page/my-page/my-page.vue
index 09a7368..9fcd4f2 100644
--- a/pages/loadUnload-page/my-page/my-page.vue
+++ b/pages/loadUnload-page/my-page/my-page.vue
@@ -46,16 +46,34 @@
 								{{ userInfo.username || '' }}
 							</view>
 						</view>
-						<view class="information-line last">
-							<view class="line-label">
-								<image src="https://mx.jzeg.cn:9096/appimg/image/banner/weighnum.png"
-									mode="widthFix"></image>
-								<view class="label-text">浣撻噸</view>
+						<view class="information-line"
+								@click="scoreCert">
+								<view class="line-label">
+									<image src="https://mx.jzeg.cn:9096/appimg/image/banner/address.png"
+										mode="widthFix"
+										style="width: 36rpx;position: relative;left: 8rpx;"></image>
+									<view class="label-text">鏇存敼澶村儚</view>
+								</view>
+								<view class="information-value">
+									<view class="">
+										{{ '' }}
+									</view>
+								</view>
 							</view>
-							<view class="information-value">
-								{{ userInfo.weight || '' }}
+							<view class="information-line last"
+								@click="scorePass">
+								<view class="line-label">
+									<image src="https://mx.jzeg.cn:9096/appimg/image/banner/address.png"
+										mode="widthFix"
+										style="width: 36rpx;position: relative;left: 8rpx;"></image>
+									<view class="label-text">鏇存敼瀵嗙爜</view>
+								</view>
+								<view class="information-value">
+									<view class="">
+										{{ '' }}
+									</view>
+								</view>
 							</view>
-						</view>
 					</view>
 				</view>
 			</view>
@@ -266,6 +284,16 @@
 					});
 				});
 			},
+			scoreCert(){
+				uni.navigateTo({
+					url: '/pages/password/face?id='+this.userInfo.userId+'&imgPath='+this.userInfo.imgPath+'&username='+this.userInfo.username
+				})
+			},
+			scorePass(){
+				uni.navigateTo({
+					url: '/pages/password/password?id='+this.userInfo.userId
+				})
+			},
 			// 淇敼鎸夐挳鐐瑰嚮
 			editBtnClick() {
 				this.editDriverPopupShow = true;
@@ -403,7 +431,7 @@
 
 				&-block {
 					width: 90%;
-					height: 400rpx;
+					height: 490rpx;
 					background: #ffffff;
 					box-shadow: 0rpx 0rpx 14rpx 0rpx rgba(73, 120, 240, 0.14), 0rpx 7rpx 45rpx 0rpx rgba(73, 120, 240, 0.12);
 					border-radius: 20rpx;
@@ -507,7 +535,7 @@
 			@include flex;
 			justify-content: center;
 			position: relative;
-			bottom: vww(-400);
+			bottom: vww(-450);
 			.loginout-main {
 				width: 84%;
 			}
@@ -518,7 +546,7 @@
 			@include flex;
 			justify-content: center;
 			position: relative;
-			bottom: vww(-430);
+			bottom: vww(-480);
 
 			.loginout-main {
 				width: 84%;

--
Gitblit v1.9.1