Ver código fonte

fix:调整个人中心顺序

songzhen 2 meses atrás
pai
commit
24c2dc0eaa
1 arquivos alterados com 10 adições e 10 exclusões
  1. 10 10
      src/pages/profile/index.vue

+ 10 - 10
src/pages/profile/index.vue

@@ -63,16 +63,6 @@ const menuData = [
     to: "/profile/travel-orders",
     to: "/profile/travel-orders",
   },
   },
   {
   {
-    icon: profile_travel_note,
-    label: "我的游记",
-    to: "/profile/notes",
-  },
-  {
-    icon: profile_colection,
-    label: "我的收藏",
-    to: "/profile/collection",
-  },
-  {
     icon: profile_visa_order,
     icon: profile_visa_order,
     label: "签证订单",
     label: "签证订单",
     to: "/profile/visa-orders",
     to: "/profile/visa-orders",
@@ -83,6 +73,16 @@ const menuData = [
     to: "/profile/car-orders",
     to: "/profile/car-orders",
   },
   },
   {
   {
+    icon: profile_travel_note,
+    label: "我的游记",
+    to: "/profile/notes",
+  },
+  {
+    icon: profile_colection,
+    label: "我的收藏",
+    to: "/profile/collection",
+  },
+  {
     icon: profile_my_comment,
     icon: profile_my_comment,
     label: "我的评论",
     label: "我的评论",
     to: "/profile/my-comment",
     to: "/profile/my-comment",