From 08e4c415b53093c20cd12f4e7051d92275fa4062 Mon Sep 17 00:00:00 2001 From: lihuilin Date: Fri, 31 Oct 2025 14:46:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=BF=A1=E6=81=AF=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/member.js | 13 +- pages/home/member.vue | 646 +++++++++++++++++++++++-------------------- pages/setting/about.vue | 6 +- pages/setting/account.vue | 22 +- pages/setting/bind.vue | 4 +- pages/setting/createPwd.vue | 26 +- pages/setting/email.vue | 20 +- pages/setting/general.vue | 10 +- pages/setting/market.vue | 32 +-- pages/setting/password.vue | 2 +- static/my/Check-in.png | Bin 614 -> 1553 bytes static/my/MarketSettings.png | Bin 687 -> 1308 bytes static/my/Settings.png | Bin 1191 -> 3403 bytes static/my/aboutDC.png | Bin 8871 -> 21531 bytes static/my/bell.png | Bin 358 -> 902 bytes static/my/common.png | Bin 237 -> 355 bytes static/my/default-avatar.png | Bin 0 -> 59653 bytes static/my/editName.png | Bin 424 -> 1100 bytes static/my/outline.png | Bin 1352 -> 4360 bytes static/my/polylines.png | Bin 1325 -> 3713 bytes static/my/security.png | Bin 669 -> 1601 bytes static/my/share.png | Bin 28246 -> 94905 bytes 22 files changed, 418 insertions(+), 363 deletions(-) create mode 100644 static/my/default-avatar.png diff --git a/api/member.js b/api/member.js index 58dd7fc..9ff6717 100644 --- a/api/member.js +++ b/api/member.js @@ -29,9 +29,14 @@ export const getUserInfo = (data) => { return http({ method: 'POST', url: '/api/my/userInfo', - data: data, - header:{ - token:'014de5283d2930af6481ede591afd087' - } + data: data + }) +} + +export const updateUserInfo = (data) => { + return http({ + method: 'POST', + url: '/api/my/updateUserInfo', + data: data }) } \ No newline at end of file diff --git a/pages/home/member.vue b/pages/home/member.vue index f1ffd25..f5d7e91 100644 --- a/pages/home/member.vue +++ b/pages/home/member.vue @@ -1,309 +1,359 @@ \ No newline at end of file diff --git a/pages/setting/about.vue b/pages/setting/about.vue index 059f971..a7d3428 100644 --- a/pages/setting/about.vue +++ b/pages/setting/about.vue @@ -12,7 +12,7 @@ 产品介绍 - + @@ -61,7 +61,7 @@ } .bottom { - height: 35vh; + height: 7vh; background-color: white; } diff --git a/pages/setting/account.vue b/pages/setting/account.vue index 8dbcfe8..0dd9f20 100644 --- a/pages/setting/account.vue +++ b/pages/setting/account.vue @@ -1,6 +1,6 @@