From ba6b0cc6b9145f99417b8c17d59761ff17747d98 Mon Sep 17 00:00:00 2001 From: chenkun <3289431190@qq.com> Date: Mon, 9 Sep 2024 23:19:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=AA=E4=BA=BA=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E6=A0=B7=E5=BC=8F,=E6=96=B0=E5=A2=9E=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=AA=E4=BA=BA=E4=BF=A1=E6=81=AF=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?(=E5=BE=85=E5=AE=8C=E5=96=84)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- centerSvgIcon/updateUserInfo.svg | 1 + pages/index/center.vue | 30 +-- pages_mine/mine/promotionRecord.vue | 376 ++++++++++++++++++------------------ pages_mine/mine/updateUserInfo.vue | 134 +++++++++++++ 4 files changed, 339 insertions(+), 202 deletions(-) create mode 100644 centerSvgIcon/updateUserInfo.svg create mode 100644 pages_mine/mine/updateUserInfo.vue diff --git a/centerSvgIcon/updateUserInfo.svg b/centerSvgIcon/updateUserInfo.svg new file mode 100644 index 0000000..cc6d3ca --- /dev/null +++ b/centerSvgIcon/updateUserInfo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/pages/index/center.vue b/pages/index/center.vue index 6c2be81..d5fc2e3 100644 --- a/pages/index/center.vue +++ b/pages/index/center.vue @@ -9,10 +9,10 @@ + style="box-shadow: 0 0 10px rgba(47, 125, 125, 0.5);border-radius: 20rpx;position: absolute;top: 20%;left: 10%; width:80%;height: 12%;z-index: 1;background: white;"> - + @@ -20,19 +20,18 @@ --> - - + + - - 去认证 + + 去认证 - + {{ userInfo.nickName || '微信用户' }} - {{ userInfo.phone }} + {{ userInfo.phone||'暂无联系方式' }} @@ -83,9 +82,6 @@ - 确认退出登录吗? @@ -149,6 +145,12 @@ imageUrl: 'https://tennis-oss.xzaiyp.top/2024-09-09/cd007424-1336-402c-8390-26c4f21deb80.svg', title: '帮助反馈' }, + { + name: 'lock', + imageUrl: 'https://tennis-oss.xzaiyp.top/2024-09-09/ef58bc0b-ead6-4053-83b4-339aa02805d2.svg', + title: '修改个人信息', + gotoPageUrl: '/mine/updateUserInfo' + }, { name: 'outLogin', imageUrl: 'https://tennis-oss.xzaiyp.top/2024-09-09/4ae3829e-7b07-4d6d-843b-2b7fd21ba346.svg', @@ -162,7 +164,7 @@ this.$store.commit('getUserInfo') }, methods: { - toAuthPage(){ + toAuthPage() { uni.navigateTo({ url: '/pages_mine/mine/authOption' }) diff --git a/pages_mine/mine/promotionRecord.vue b/pages_mine/mine/promotionRecord.vue index e8e275e..60d7347 100644 --- a/pages_mine/mine/promotionRecord.vue +++ b/pages_mine/mine/promotionRecord.vue @@ -1,196 +1,196 @@ \ No newline at end of file diff --git a/pages_mine/mine/updateUserInfo.vue b/pages_mine/mine/updateUserInfo.vue new file mode 100644 index 0000000..a912599 --- /dev/null +++ b/pages_mine/mine/updateUserInfo.vue @@ -0,0 +1,134 @@ + + + + + + \ No newline at end of file