From c80bc467a41daa6cbae4e5515a300a8ca98cfeaa Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期二, 21 七月 2026 15:44:01 +0800
Subject: [PATCH] 维护

---
 pages/my/index.vue |   59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 54 insertions(+), 5 deletions(-)

diff --git a/pages/my/index.vue b/pages/my/index.vue
index 1ef6f7f..3ec6fde 100644
--- a/pages/my/index.vue
+++ b/pages/my/index.vue
@@ -4,21 +4,21 @@
     <view class="user-card">
       <view class="user-info" @tap="navigateTo('/pagesSub/my/profile')">
         <image
-        v-if="userInfo.sex == 1"
+          v-if="userInfo.sex == 1"
           src="@/static/avatar/yisn.jpg"
           mode="aspectFill"
           class="avatar"
         />
         <image
-        v-else
+          v-else
           src="@/static/avatar/yisna.jpg"
           mode="aspectFill"
           class="avatar"
         />
-        
+
         <view class="info">
           <text class="name">{{ userInfo.nickName }}</text>
-          <text class="id">璐﹀彿锛歿{ userInfo.createBy }}</text>
+          <text class="id">璐﹀彿锛歿{ userInfo.userName }}</text>
           <!-- 娣诲姞鍗忚皟鍛樹俊鎭� -->
           <text class="coordinator" v-if="userInfo.coordinatorName">
             鍗忚皟鍛橈細{{ userInfo.coordinatorName }}
@@ -35,7 +35,7 @@
     </view>
 
     <!-- 蹇�熷叆鍙� -->
-    <view class="quick-access">
+    <view class="quick-access" @tap="navigateTo('/pagesSub/case/index')">
       <!-- <view
         class="access-item"
         v-for="(item, index) in quickAccess"
@@ -88,6 +88,16 @@
 
     <!-- 閫�鍑虹櫥褰� -->
     <view class="logout-btn" @tap="handleLogout"> 閫�鍑虹櫥褰� </view>
+    <view class="footer-wrapper">
+      <view class="footer">
+        <text class="tech-text">鎶�鏈敮鎸侊細</text>
+        <image src="/static/Hrs.png" class="tech-logo" mode="aspectFit" />
+        <text class="tech-text">娴欐睙浜ュ皵鏃剁鎶�鏈夐檺鍏徃</text>
+      </view>
+      <view class="footer-item">
+        <text class="footer-text">鏈嶅姟鐑嚎锛�17778760073</text>
+      </view>
+    </view>
   </view>
 </template>
 
@@ -261,6 +271,8 @@
   min-height: 100vh;
   background: $bg-color;
   padding-bottom: 40rpx;
+  display: flex;
+  flex-direction: column;
 
   .user-card {
     background: $primary-gradient;
@@ -362,6 +374,7 @@
   .function-list {
     margin-top: 20rpx;
     margin-left: 5rpx;
+    flex: 1; /* 鏂板锛氬崰鎹墿浣欑┖闂� */
     .section {
       margin-bottom: 20rpx;
 
@@ -449,4 +462,40 @@
     }
   }
 }
+/* 搴曢儴缁熶竴鏍峰紡 */
+.footer-wrapper {
+  display: flex;
+  flex-direction: column;
+  align-items: center;
+  padding: 10rpx 0 20rpx; /* 鍑忓皯鍐呰竟璺濓紝鏇寸揣鍑� */
+  margin-top: 20rpx; /* 涓庝笂鏂瑰唴瀹逛繚鎸侀棿璺� */
+}
+
+.footer {
+  display: flex;
+  align-items: center;
+  justify-content: center;
+}
+
+.tech-logo {
+  width: 40rpx;
+  height: 40rpx;
+  margin: 0 8rpx;
+}
+
+.footer-item {
+  display: flex;
+  align-items: center;
+  justify-content: center;
+}
+
+.footer-text {
+  font-size: 22rpx;
+  color: #b0b0b0;
+}
+
+.tech-text {
+  font-size: 24rpx;
+  color: #999;
+}
 </style>

--
Gitblit v1.9.3