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] =?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 == "") {