| | |
| | | <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="请输入可用额度" /> |
| | |
| | | <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> |
| | |
| | | <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> |
| | |
| | | }) |
| | | }, |
| | | 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) |