Commit f4535cb3 authored by youjie's avatar youjie

no message

parent 096a149e
...@@ -21,8 +21,12 @@ ...@@ -21,8 +21,12 @@
content: '将退出登录,是否继续', content: '将退出登录,是否继续',
success: function(res) { success: function(res) {
if (res.confirm) { if (res.confirm) {
uni.removeStorageSync('erpUserInfo') uni.removeStorageSync('userWxInfo')
uni.removeStorageSync('wxUserAuthInfo')
uni.removeStorageSync('ErpStus')
uni.removeStorageSync('erpUserInfo')
uni.removeStorageSync('userInfo') uni.removeStorageSync('userInfo')
uni.removeStorageSync('users')
uni.reLaunch({ uni.reLaunch({
url: '/pages/login/accountLogin' url: '/pages/login/accountLogin'
}); });
......
...@@ -37,10 +37,15 @@ ...@@ -37,10 +37,15 @@
content: '将退出登录,是否继续', content: '将退出登录,是否继续',
success: function(res) { success: function(res) {
if (res.confirm) { if (res.confirm) {
uni.removeStorageSync('userWxInfo')
uni.removeStorageSync('wxUserAuthInfo')
uni.removeStorageSync('ErpStus')
uni.removeStorageSync('erpUserInfo')
uni.removeStorageSync('userInfo') uni.removeStorageSync('userInfo')
uni.reLaunch({ uni.removeStorageSync('users')
url: '/pages/login/accountLogin' uni.reLaunch({
}); url: '/pages/login/accountLogin'
});
} else if (res.cancel) { } else if (res.cancel) {
......
...@@ -173,9 +173,8 @@ ...@@ -173,9 +173,8 @@
<view class="Mobile">{{item.Mobile }}</view> <view class="Mobile">{{item.Mobile }}</view>
</view> </view>
<view style="width:60rpx;height:40rpx;text-align: right;"> <view style="width:60rpx;height:40rpx;text-align: right;">
<!-- <image v-if="item.WXQRCode" :src="item.WXQRCode" @click="ImageSee(item)" <image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1664336583000_834.png" @click="ImageSee(item)"
style="width:50rpx;height:50rpx;border-radius: 10rpx;"></image> --> style="width:40rpx;height:40rpx;border-radius: 10rpx;"></image>
<van-icon name="photo-o" size="30" color="#919191" @click="ImageSee(item)"></van-icon>
<!-- <image <!-- <image
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1663903083000_729.png" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1663903083000_729.png"
mode="aspectFit" style="width:100%;height:100%" /> --> mode="aspectFit" style="width:100%;height:100%" /> -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment