Commit 1b6149e4 authored by Mac's avatar Mac

1

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