From 75f31e2657de2540d303e61c6aa17c20cbf3a208 Mon Sep 17 00:00:00 2001 From: lin <1005713861@163.com> Date: Tue, 28 Apr 2026 14:45:54 +0800 Subject: [PATCH] UI: 澜品优选个人信息+添加地址调整 --- pages/profile/profile.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/profile/profile.vue b/pages/profile/profile.vue index ccccedc..340d5c2 100644 --- a/pages/profile/profile.vue +++ b/pages/profile/profile.vue @@ -9,24 +9,24 @@ <image :src="$baseUrl + userInfo.avatar" mode=""></image> </view> </view> --> - <view class="profile-item"> + <!-- <view class="profile-item"> <text class="label">姓名</text> <view class=""> <input type="text" disabled v-model="userInfo.realname" placeholder="请输入姓名" /> </view> - </view> + </view> --> <view class="profile-item"> <text class="label">手机号</text> <view class=""> <input type="text" disabled v-model="userInfo.phone" placeholder="请输入手机号" /> </view> </view> - <view class="profile-item"> + <!-- <view class="profile-item"> <text class="label">身份证</text> <view class=""> <input type="text" disabled v-model="userInfo.idcard" placeholder="请输入身份证" /> </view> - </view> + </view> --> <!-- <view class="profile-item"> <text class="label">总余额</text> <view class=""> -- Gitblit v1.9.3