From c368c9b232f8770171fbdd7a13905aa2c88e6619 Mon Sep 17 00:00:00 2001
From: zws <447643445@qq.com>
Date: Tue, 15 Aug 2023 13:32:21 +0800
Subject: [PATCH 1/5] fix
https://gitee.com/yudaocode/yudao-ui-admin-vue3/issues/I7SZNW
---
src/views/mall/promotion/combination/record/index.vue | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/views/mall/promotion/combination/record/index.vue b/src/views/mall/promotion/combination/record/index.vue
index e69de29b..9d363c2a 100644
--- a/src/views/mall/promotion/combination/record/index.vue
+++ b/src/views/mall/promotion/combination/record/index.vue
@@ -0,0 +1,5 @@
+
+
+
+
From e4592442ed4abeb115e04c3e8826c684cbbd76b2 Mon Sep 17 00:00:00 2001
From: baayso
Date: Thu, 17 Aug 2023 21:35:58 +0800
Subject: [PATCH 2/5] =?UTF-8?q?fix:=201.=E4=BF=AE=E5=A4=8D=E3=80=90?=
=?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83=E3=80=91=E9=A1=B5=E9=9D=A2?=
=?UTF-8?q?=E5=9C=A8=E8=8B=B1=E8=AF=AD=E7=8E=AF=E5=A2=83=E4=B8=8B=E5=AD=97?=
=?UTF-8?q?=E6=AE=B5=E5=90=8D=E8=BF=87=E9=95=BF=E8=A2=AB=E6=8D=A2=E8=A1=8C?=
=?UTF-8?q?=E5=B1=95=E7=A4=BA=E5=AF=BC=E8=87=B4=E9=94=99=E4=BD=8D=EF=BC=9B?=
=?UTF-8?q?2.=E4=BF=AE=E5=A4=8D=E3=80=90=E4=B8=AA=E4=BA=BA=E4=B8=AD?=
=?UTF-8?q?=E5=BF=83=E3=80=91=E9=A1=B5=E9=9D=A2=E3=80=90=E4=BF=AE=E6=94=B9?=
=?UTF-8?q?=E5=AF=86=E7=A0=81=E3=80=91=E6=A0=A1=E9=AA=8C=E5=A4=B1=E6=95=88?=
=?UTF-8?q?=E3=80=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/Profile/components/BasicInfo.vue | 8 +++++---
src/views/Profile/components/ResetPwd.vue | 15 +++++++++------
2 files changed, 14 insertions(+), 9 deletions(-)
diff --git a/src/views/Profile/components/BasicInfo.vue b/src/views/Profile/components/BasicInfo.vue
index 89c0cfbe..e2189b15 100644
--- a/src/views/Profile/components/BasicInfo.vue
+++ b/src/views/Profile/components/BasicInfo.vue
@@ -1,5 +1,5 @@
-
-
-
+
+
+
+
+
diff --git a/src/views/member/user/components/address-list.vue b/src/views/member/user/components/address-list.vue
new file mode 100644
index 00000000..0f0ffd81
--- /dev/null
+++ b/src/views/member/user/components/address-list.vue
@@ -0,0 +1,13 @@
+
+
+
+ 收货地址列表
+
+
+
diff --git a/src/views/member/user/components/balance-list.vue b/src/views/member/user/components/balance-list.vue
new file mode 100644
index 00000000..437714a0
--- /dev/null
+++ b/src/views/member/user/components/balance-list.vue
@@ -0,0 +1,13 @@
+
+
+
+ 余额列表
+
+
+
diff --git a/src/views/member/user/components/card-title.vue b/src/views/member/user/components/card-title.vue
new file mode 100644
index 00000000..4bd3ee93
--- /dev/null
+++ b/src/views/member/user/components/card-title.vue
@@ -0,0 +1,36 @@
+
+
+
+ {{ title }}
+
+
+
diff --git a/src/views/member/user/components/growth-list.vue b/src/views/member/user/components/growth-list.vue
new file mode 100644
index 00000000..5f356803
--- /dev/null
+++ b/src/views/member/user/components/growth-list.vue
@@ -0,0 +1,13 @@
+
+
+
+ 成长值列表
+
+
+
diff --git a/src/views/member/user/components/point-list.vue b/src/views/member/user/components/point-list.vue
new file mode 100644
index 00000000..b4f1a30c
--- /dev/null
+++ b/src/views/member/user/components/point-list.vue
@@ -0,0 +1,156 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+
+
+
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +{{ scope.row.point }}
+
+ {{ scope.row.point }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/member/user/components/sign-list.vue b/src/views/member/user/components/sign-list.vue
new file mode 100644
index 00000000..ee57a951
--- /dev/null
+++ b/src/views/member/user/components/sign-list.vue
@@ -0,0 +1,136 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +{{ scope.row.point }}
+
+ {{ scope.row.point }}
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/member/user/detail/index.vue b/src/views/member/user/detail/index.vue
new file mode 100644
index 00000000..219af98d
--- /dev/null
+++ b/src/views/member/user/detail/index.vue
@@ -0,0 +1,217 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 用户名
+
+
+ {{ userInfo.name || '空' }}
+
+
+
+
+
+ 昵称
+
+
+ {{ userInfo.nickname }}
+
+
+
+
+ 手机号
+
+
+ {{ userInfo.mobile }}
+
+
+
+
+ 性别
+
+
+
+
+
+
+
+
+ 所在地
+
+
+ {{ userInfo.areaId }}
+
+
+
+
+
+ 注册IP
+
+
+ {{ userInfo.registerIp }}
+
+
+
+
+
+ 生日
+
+
+ {{ userInfo.birthday ? formatDate(userInfo.birthday) : '空' }}
+
+
+
+
+
+ 注册时间
+
+
+ {{ userInfo.createTime ? formatDate(userInfo.createTime) : '空' }}
+
+
+
+
+
+ 最后登录时间
+
+
+ {{ userInfo.loginDate ? formatDate(userInfo.loginDate) : '空' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 成长值(WIP)
+ 余额(WIP)
+
+
+
+
+
+
+
+
+
+
From c1a40e7c9825f8bdd2f3b6ac0eb028da16b5dbf3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=BB=AE=E6=A2=A6?=
Date: Tue, 22 Aug 2023 16:28:42 +0800
Subject: [PATCH 5/5] =?UTF-8?q?=E7=94=A8=E6=88=B7=E8=AF=A6=E6=83=85-?=
=?UTF-8?q?=E7=A7=AF=E5=88=86tab=20=E5=8E=BB=E9=99=A4=E6=97=A0=E7=94=A8?=
=?UTF-8?q?=E7=9A=84=E7=BB=84=E4=BB=B6=E3=80=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/member/user/components/point-list.vue | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/views/member/user/components/point-list.vue b/src/views/member/user/components/point-list.vue
index b4f1a30c..7a454562 100644
--- a/src/views/member/user/components/point-list.vue
+++ b/src/views/member/user/components/point-list.vue
@@ -94,9 +94,6 @@
@pagination="getList"
/>
-
-
-