lin
2026-04-17 8eb6cb869fb69888abc8f99d3b1fad4fbddcdace
pages/profile/profile.vue
@@ -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>
@@ -56,7 +56,7 @@
            <text @tap="agreeDialog2">《隐私政策》</text>
         </view>
         <view class="" @tap="goWebUrl('http://beian.miit.gov.cn')">APP备案号:{{Config.icp}}</view>
         <view class="" @tap="goWebUrl('http://beian.miit.gov.cn')">Copyright © {{Config.url}} All Rights Reserved.</view>
         <view class="" @tap="goWebUrl('http://beian.miit.gov.cn')">Copyright © 乐陵力宇科技 All Rights Reserved.</view>
      </view>
      <agreePup ref="agreePup1" :gp="1" title="注册协议"></agreePup>
      <agreePup ref="agreePup2" :gp="2" title="隐私政策"></agreePup>
@@ -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)