From 69b23acc73be6404d6f2206576e7ed6a7b6fdf8d Mon Sep 17 00:00:00 2001
From: GaoHao <1210693421@qq.com>
Date: Thu, 8 Aug 2024 10:48:35 +0800
Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E9=A1=B5=E9=9D=A2=E3=80=81?=
=?UTF-8?q?=E4=B8=AA=E4=BA=BA=E8=B5=84=E6=96=99=E3=80=81=E4=BC=9A=E5=91=98?=
=?UTF-8?q?=E5=85=85=E5=80=BC=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 6 +-
pages/member/index - 副本.vue | 332 +++++++++++
pages/member/index.vue | 102 +++-
pages/order_food/order_food.vue | 2 +-
...information.vue => information - 副本.vue} | 0
pages/user/my_info.vue | 333 +++++++++++
pages/user/user - 副本.vue | 384 +++++++++++++
pages/user/user.vue | 532 ++++++++----------
8 files changed, 1377 insertions(+), 314 deletions(-)
create mode 100644 pages/member/index - 副本.vue
rename pages/user/{information.vue => information - 副本.vue} (100%)
create mode 100644 pages/user/my_info.vue
create mode 100644 pages/user/user - 副本.vue
diff --git a/pages.json b/pages.json
index f10dba5..0637899 100644
--- a/pages.json
+++ b/pages.json
@@ -178,11 +178,11 @@
"navigationBarTitleText": "优惠券"
}
},
+
{
- "path": "pages/user/information",
+ "path": "pages/user/my_info",
"style": {
- "navigationBarTitleText": "完善信息",
- "navigationStyle": "custom"
+ "navigationBarTitleText": "个人资料"
}
},
// {
diff --git a/pages/member/index - 副本.vue b/pages/member/index - 副本.vue
new file mode 100644
index 0000000..c159a44
--- /dev/null
+++ b/pages/member/index - 副本.vue
@@ -0,0 +1,332 @@
+
+
+
+
+
+
+
+
+
+ {{item.minNum}}元
+ 充{{item.minNum}}送{{item.handselNum}}
+
+
+
+
+ 立即充值
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/member/index.vue b/pages/member/index.vue
index c159a44..5c8746a 100644
--- a/pages/member/index.vue
+++ b/pages/member/index.vue
@@ -1,9 +1,30 @@
-
+
+ 账户余额(元)
+
+ {{userInfo.amount || '0.00'}}
+
+
+
+ {{item.name}}
+
+
+
+
+
+
+
+
+ 充值
+ ¥{{item.minNum}}
+ 赠送{{item.handselNum}}元
+
+
+
-
+
diff --git a/pages/user/information.vue b/pages/user/information - 副本.vue
similarity index 100%
rename from pages/user/information.vue
rename to pages/user/information - 副本.vue
diff --git a/pages/user/my_info.vue b/pages/user/my_info.vue
new file mode 100644
index 0000000..18fe7ad
--- /dev/null
+++ b/pages/user/my_info.vue
@@ -0,0 +1,333 @@
+
+
+
+
+
+
+ 头像
+
+
+
+
+
+
+ 昵称
+
+
+
+
+
+ 账号
+
+
+
+
+
+ 性别
+
+ {{sexText}}
+
+
+
+
+
+ 生日
+
+ 生日一旦填写不能修改
+
+
+
+
+
+
+
+
+ 绑定微信
+
+ 已绑定
+
+
+
+
+
+ 保存
+
+
+
+
+
+
diff --git a/pages/user/user - 副本.vue b/pages/user/user - 副本.vue
new file mode 100644
index 0000000..7637bc2
--- /dev/null
+++ b/pages/user/user - 副本.vue
@@ -0,0 +1,384 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{userInfo.nickName || '无'}}
+
+
+ 去登录
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.name}}
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/user/user.vue b/pages/user/user.vue
index 7637bc2..fbd04eb 100644
--- a/pages/user/user.vue
+++ b/pages/user/user.vue
@@ -1,78 +1,74 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{userInfo.nickName || '无'}}
-
-
- 去登录
+
+
+
+ 我的资产
+
+
+
+ {{item.name}}
+ {{item.num || '**'}}
-
+
+
+ 我的功能
+
+
+
+
+ {{item.name}}
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
- {{item.name}}
-
-
-
-
-
-
\ No newline at end of file