From c06781ea233b196da6bd08c136ced6a9de9c8955 Mon Sep 17 00:00:00 2001
From: liruiqiang <3151805288@qq.com>
Date: Wed, 20 Aug 2025 14:27:55 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E5=91=98=E4=B8=AD=E5=BF=83=E9=A1=B5?=
=?UTF-8?q?=E5=B8=83=E5=B1=80=E4=B8=8E=E6=8E=A5=E5=8F=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages.json | 2 +
src/pages/my/my.vue | 242 +++++++++++++++++++++++++++++++++++++++++++++++-----
2 files changed, 224 insertions(+), 20 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index d689d40..0cf0f2f 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -24,6 +24,8 @@
{
"path": "pages/my/my",
"style": {
+ "navigationStyle": "custom", // 隐藏默认导航
+ "navigationBarTextStyle": "white",
"navigationBarTitleText": "我的"
}
},
diff --git a/src/pages/my/my.vue b/src/pages/my/my.vue
index c170a5a..22373d5 100644
--- a/src/pages/my/my.vue
+++ b/src/pages/my/my.vue
@@ -1,28 +1,230 @@
+
+
+
+
+
+
+
+
+
+
+
+ {{ memberStore.profile.nickname || memberStore.profile.account }}
+
+
+
+
+
+
+
+
+
+
+
+ 未登录
+
+
+
+
+
+ 设置
+
+
+
+
+
+ 我的订单
+
+ 查看全部订单
+
+
+
+
+
+ {{ item.text }}
+
+
+
+
+
+
+
+
+
+
+
+
-
-
- 会员信息:{{ memberStore.profile }}
-
-
-
-
-