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 |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pages/profile/profile.vue b/pages/profile/profile.vue
index c2f61bd..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="">
@@ -27,7 +27,7 @@
 					<input type="text" disabled v-model="userInfo.idcard" placeholder="请输入身份证" />
 				</view>
 			</view>
-			<view class="profile-item">
+			<!-- <view class="profile-item">
 				<text class="label">总余额</text>
 				<view class="">
 					<input type="text" disabled v-model="userInfo.edu" placeholder="请输入可用额度" />
@@ -45,7 +45,7 @@
 					<switch @change="equityOpen" v-if="userInfo.equity_open == 1" checked color="#e3b400" style="transform:scale(0.7)"/>
 					<switch @change="equityOpen" v-else color="#e3b400" style="transform:scale(0.7)"/>
 				</view>
-			</view>
+			</view> -->
 		</view>
 		<view class="logout" @tap="logOut">退出登录</view>
 		<view class="logout red" @tap="logOff">注销账号</view>
@@ -110,7 +110,7 @@
 				})
 			},
 			logOut () {
-				uni.setStorageSync('lzsc-token', null)
+				uni.setStorageSync('pig-token', null)
 				uni.setStorageSync('user-info', null)
 				uni.setStorageSync('choose-address',null)
 				uni.setStorageSync('choose-bank',null)

--
Gitblit v1.9.3