Commit 1b6149e4 authored by Mac's avatar Mac

1

parent a7a12a52
...@@ -145,6 +145,7 @@ export default { ...@@ -145,6 +145,7 @@ export default {
} }
uni.removeStorageSync('pid'); uni.removeStorageSync('pid');
uni.removeStorageSync('SmallShopId'); uni.removeStorageSync('SmallShopId');
uni.removeStorageSync("Up");
} }
} }
); );
......
...@@ -476,6 +476,7 @@ export default { ...@@ -476,6 +476,7 @@ export default {
that.u = res.data; that.u = res.data;
uni.removeStorageSync("pid"); uni.removeStorageSync("pid");
uni.removeStorageSync("SmallShopId"); uni.removeStorageSync("SmallShopId");
uni.removeStorageSync("Up");
that.getPageType() that.getPageType()
// 如果登录的情况下直接跳转商品详情或者直播列表 // 如果登录的情况下直接跳转商品详情或者直播列表
setTimeout(() => { setTimeout(() => {
......
...@@ -361,6 +361,7 @@ export default { ...@@ -361,6 +361,7 @@ export default {
uni.setStorageSync('mall_UserInfo', res.data); uni.setStorageSync('mall_UserInfo', res.data);
uni.removeStorageSync('pid'); uni.removeStorageSync('pid');
uni.removeStorageSync('SmallShopId'); uni.removeStorageSync('SmallShopId');
uni.removeStorageSync("Up");
} }
} }
); );
......
...@@ -107,6 +107,7 @@ export default { ...@@ -107,6 +107,7 @@ export default {
uni.setStorageSync('mall_UserInfo', res.data); uni.setStorageSync('mall_UserInfo', res.data);
uni.removeStorageSync('pid'); uni.removeStorageSync('pid');
uni.removeStorageSync('SmallShopId'); uni.removeStorageSync('SmallShopId');
uni.removeStorageSync("Up");
} }
} }
); );
......
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