From cd4b0c7a9c4fc56ddbd525594b4769538a715efb Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Sat, 7 Jun 2025 18:02:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/quickLogin.vue | 14 --- pages.json | 12 +- pages/person/index.vue | 4 +- root/person/agencyAvatar.vue | 248 +++++++++++++++++++------------------- root/person/inviteFollowMe.vue | 151 +++++++++++++++-------- root/person/memberApplyAdd.vue | 4 +- root/person/memberApplyQRCode.vue | 4 +- root/person/orderEdit.vue | 5 +- root/person/pwdForget.vue | 100 +++++++++------ root/person/set.vue | 5 +- 10 files changed, 309 insertions(+), 238 deletions(-) diff --git a/components/quickLogin.vue b/components/quickLogin.vue index 8a44c0d..f1ba52b 100644 --- a/components/quickLogin.vue +++ b/components/quickLogin.vue @@ -106,20 +106,6 @@ export default { uni.$emit("isGlogin", { uid: $data.user.id, }); - that.G.Get( - that.api.user_checkPermission, - {}, - (res) => { - console.log(res); - uni.setStorageSync("HAS_PERMISSION", 1); // 1.有权限 2.无权限 - }, - (err) => { - console.log(err); - if (err) { - uni.setStorageSync("HAS_PERMISSION", 2); - } - } - ); uni.removeStorageSync("TEMPORARY_CODE"); that.$emit("successLogin", $data); }, diff --git a/pages.json b/pages.json index 2260185..ac140ad 100644 --- a/pages.json +++ b/pages.json @@ -124,7 +124,8 @@ { "path": "pwdForget", "style": { - "navigationBarTitleText": "找回密码" + "navigationBarTitleText": "邀请关注" + // "navigationBarTitleText": "找回密码" } }, { @@ -172,6 +173,15 @@ "backgroundColorBottom": "#000000" } }, + { + "path": "agencyAvatar", + "style": { + "navigationBarTitleText": " ", + "backgroundColor": "#000000", + "backgroundColorTop": "#000000", + "backgroundColorBottom": "#000000" + } + }, { "path": "message", "style": { diff --git a/pages/person/index.vue b/pages/person/index.vue index dd1326b..becd0f7 100644 --- a/pages/person/index.vue +++ b/pages/person/index.vue @@ -93,9 +93,7 @@ @clickItem="handleClickItem" /> - - - + - - - - - - - - - - - - - - - - - - 取消 - 确认 - - - - + + + + + + + + + + + + + + + + + + 取消 + 确认 + + + + - \ No newline at end of file + diff --git a/root/person/inviteFollowMe.vue b/root/person/inviteFollowMe.vue index 9613c19..3534c67 100644 --- a/root/person/inviteFollowMe.vue +++ b/root/person/inviteFollowMe.vue @@ -1,15 +1,15 @@