From 41794e48f31bd64d2144c4a63a9e13b6f9aad84a Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Thu, 31 Jul 2025 15:16:47 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=98=B5=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root/person/changeUser.vue | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/root/person/changeUser.vue b/root/person/changeUser.vue index acf2a67..585d631 100644 --- a/root/person/changeUser.vue +++ b/root/person/changeUser.vue @@ -40,6 +40,18 @@ + + + 获取微信昵称 + + + @@ -105,6 +117,10 @@ export default { }); }, methods: { + getUserInfo(e){ + console.log(e) + this.info.value = e.detail.userInfo.nickName; + }, submitForm() { let that = this; if (that.info.value == "") { From 4e249ba129d3b4f66196e1c9785f80773f761d05 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Thu, 31 Jul 2025 15:22:04 +0800 Subject: [PATCH 2/4] no message --- root/person/changeUser.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/person/changeUser.vue b/root/person/changeUser.vue index 585d631..1310f5b 100644 --- a/root/person/changeUser.vue +++ b/root/person/changeUser.vue @@ -40,7 +40,7 @@ - Date: Thu, 31 Jul 2025 15:35:11 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/child/filter.vue | 14 +++++--- pages/home/index.vue | 8 +++-- root/detail/job.vue | 76 ++++++++++++++++++++++++------------------ root/home/quickApplication.vue | 63 +++++++++++++++++++++++++++++++++- root/person/loginIndex.vue | 4 +-- root/person/teamManage.vue | 6 ++-- 6 files changed, 125 insertions(+), 46 deletions(-) diff --git a/pages/home/child/filter.vue b/pages/home/child/filter.vue index 89c5e2c..a89fbf5 100644 --- a/pages/home/child/filter.vue +++ b/pages/home/child/filter.vue @@ -1,13 +1,13 @@