| | |
| | | <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) |
| | | uni.setStorageSync('ygxLogin',null) |
| | | uni.showToast({ |
| | | title: '退出成功', |
| | | icon: 'success' |