From 1f39478730da6b270aa8f2573cd477c007ad7030 Mon Sep 17 00:00:00 2001
From: linfeng <2445465217@qq.com>
Date: Wed, 17 Apr 2024 12:41:16 +0800
Subject: [PATCH] =?UTF-8?q?H5=E7=AB=AF=E4=B8=AA=E4=BA=BA=E4=BF=A1=E6=81=AF?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../static/linfeng-community-uniapp-ky/pages/user/edit.vue | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/static/linfeng-community-uniapp-ky/pages/user/edit.vue b/src/main/resources/static/linfeng-community-uniapp-ky/pages/user/edit.vue
index ab4bc4a..4736564 100644
--- a/src/main/resources/static/linfeng-community-uniapp-ky/pages/user/edit.vue
+++ b/src/main/resources/static/linfeng-community-uniapp-ky/pages/user/edit.vue
@@ -7,10 +7,10 @@
+ input-align="right" :disabled="true" />
-
@@ -57,6 +57,9 @@
this.getUserInfo();
},
methods: {
+ openGender(){
+ this.showGender = true
+ },
// 修改性别
saveGender(index) {
let gender = index[0].value;