From 6e14f98912f6d135fb72109f42b7f0e36d7c9357 Mon Sep 17 00:00:00 2001 From: linfeng <2445465217@qq.com> Date: Tue, 1 Nov 2022 17:24:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=94=A8=E6=88=B7=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E9=80=89=E6=8B=A9=E6=A1=86bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../static/linfeng-community-uniapp-ky/pages/user/edit.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 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 374b73c..70f79b5 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 @@ -42,15 +42,15 @@ gender:[ { value:1, - lable:"男" + label:"男" }, { value:2, - lable:"女" + label:"女" }, { value:0, - lable:"保密" + label:"保密" } ] };