From ff6c9233877b6a6627253c8c8842d62e6763899c Mon Sep 17 00:00:00 2001 From: lin <1005713861@163.com> Date: Mon, 20 Apr 2026 15:48:39 +0800 Subject: [PATCH] feat: 澜品优选用户默认头像更换;手机号录入位数限制;更改头像功能隐藏 --- static/imgs/headimg.png | 0 pages/login/login.vue | 2 +- pages/profile/profile.vue | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/login/login.vue b/pages/login/login.vue index b80678a..cb4068e 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -12,7 +12,7 @@ </view> <view class="login-list"> <view class="login-item"> - <input type="tel" v-model="formData.phone" placeholder="请输入手机号" /> + <input type="tel" v-model="formData.phone" maxlength="11" placeholder="请输入手机号" /> </view> <view class="login-item" v-if="formData.loginType == 1"> <input type="password" v-model="formData.pass" placeholder="请输入密码" /> diff --git a/pages/profile/profile.vue b/pages/profile/profile.vue index 975e879..aad7aef 100644 --- a/pages/profile/profile.vue +++ b/pages/profile/profile.vue @@ -3,12 +3,12 @@ <yk-authpup ref="authpup" type="top" @changeAuth="changeAuth" noticeTitle="便于您使用该功能上传您的照片用于核实身份场景中读取相册内容" permissionID="WRITE_EXTERNAL_STORAGE"></yk-authpup> <yk-authpup ref="camears" type="top" @changeAuth="changeAuth2" noticeTitle="便于您使用该功能便于您拍摄上传用于核实身份场景" permissionID="CAMERA"></yk-authpup> <view class="profile"> - <view class="profile-item"> + <!-- <view class="profile-item"> <text class="label">头像(点击更换)</text> <view class="" @tap="setImg"> <image :src="$baseUrl + userInfo.avatar" mode=""></image> </view> - </view> + </view> --> <view class="profile-item"> <text class="label">姓名</text> <view class=""> diff --git a/static/imgs/headimg.png b/static/imgs/headimg.png index 98d1353..a4a2fdb 100644 --- a/static/imgs/headimg.png +++ b/static/imgs/headimg.png Binary files differ -- Gitblit v1.9.3