From 8dead468934553eedf7ca774b9736c541d54cd71 Mon Sep 17 00:00:00 2001 From: JING Date: Mon, 15 Jul 2024 15:58:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user/account/index.vue | 73 ++++++++++++++++++++++++------------ pages/user/index.vue | 34 ++++++++++++----- 2 files changed, 75 insertions(+), 32 deletions(-) diff --git a/pages/user/account/index.vue b/pages/user/account/index.vue index 0b26e28..253c709 100644 --- a/pages/user/account/index.vue +++ b/pages/user/account/index.vue @@ -48,38 +48,67 @@ placeholder="请输入昵称" inputAlign="right" border="none" - color="#FFFFFF" + color="#999999" maxlength="10" v-model="info.wxName" > - + + + + + + + + + - 手机号 + 协议与说明 - - + - + + + + + + + + + + - + + + + 注销账号 + + + + + + + + + + + + + + + + + + @@ -96,9 +125,7 @@ }, wxAvatar: [], - //按钮设置 - btn_loading:false, - btn_disabled:false, + } }, onLoad(option) { @@ -228,14 +255,14 @@