From 079aa94eb35c059d465fbe5629912c2b8a313db5 Mon Sep 17 00:00:00 2001 From: lin <1005713861@163.com> Date: Mon, 27 Apr 2026 10:18:32 +0800 Subject: [PATCH] feat: 澜品优选我的页面权收功能 --- pages/profile/profile.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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=""> -- Gitblit v1.9.3