Commit d934404b by LJM

bug

parent 374d4d02
Showing with 1 additions and 0 deletions
...@@ -69,6 +69,7 @@ ...@@ -69,6 +69,7 @@
if (res.confirm) { if (res.confirm) {
this.request(API.unBindUserInfo, 'POST', {}, true).then(res => {}); this.request(API.unBindUserInfo, 'POST', {}, true).then(res => {});
uni.removeStorageSync('token'); uni.removeStorageSync('token');
uni.removeStorageSync('email');
uni.switchTab({ uni.switchTab({
url: '/pages/home/index' url: '/pages/home/index'
}); });
......
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 sign in to comment