From c4da32f7f76bb97e8ddfc8ce8d8dcc1c8cd9afa1 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Fri, 24 Apr 2026 10:51:11 +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