From d0fd00436448dd7b82031f840e22d9e6aecb6053 Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期二, 31 十二月 2024 15:41:22 +0800
Subject: [PATCH] -

---
 src/pages/mine/index.vue |   32 +++++++++++++++++---------------
 1 files changed, 17 insertions(+), 15 deletions(-)

diff --git a/src/pages/mine/index.vue b/src/pages/mine/index.vue
index 06dea60..777a2dc 100644
--- a/src/pages/mine/index.vue
+++ b/src/pages/mine/index.vue
@@ -133,7 +133,18 @@
 						});
 					}
 				}, ],
-				navList2: [{
+				navList2: [
+					{
+						icon: 'icon-dingdan',
+						name: '涓婄彮鎵撳崱',
+						cb: this.toMyWork
+					},
+					{
+						icon: 'icon-fuwutuandui',
+						name: '宸ヤ綔璁板綍',
+						cb: this.toMyRecord
+					},
+					{
 						icon: 'icon-wanshanxinxi',
 						name: '瀹屽杽璧勬枡',
 						cb: function() {
@@ -142,18 +153,19 @@
 							});
 						}
 					},
+				],
+				navList3: [
 					{
 						icon: 'icon-dingdan',
-						name: '鎴戠殑宸ヤ綔',
+						name: '涓婄彮鎵撳崱',
 						cb: this.toMyWork
 					},
 					{
 						icon: 'icon-fuwutuandui',
-						name: '鎵撳崱璁板綍',
+						name: '宸ヤ綔璁板綍',
 						cb: this.toMyRecord
 					},
-				],
-				navList3: [{
+					{
 						icon: 'icon-wanshanxinxi',
 						name: '淇敼璧勬枡',
 						cb: function() {
@@ -161,16 +173,6 @@
 								url: '/pages/mine/apply'
 							});
 						}
-					},
-					{
-						icon: 'icon-dingdan',
-						name: '鎴戠殑宸ヤ綔',
-						cb: this.toMyWork
-					},
-					{
-						icon: 'icon-fuwutuandui',
-						name: '鎵撳崱璁板綍',
-						cb: this.toMyRecord
 					},
 				],
 				token: this.$db.get('userToken') || ''

--
Gitblit v1.9.1