2023-3-17
消息通知
This commit is contained in:
@@ -82,7 +82,9 @@
|
||||
if (e.confirm) {
|
||||
this.logout();
|
||||
this.$db.del('token');
|
||||
Api.apiCall('post', Api.index.logout, {});
|
||||
Api.apiCall('post', Api.index.logout, {
|
||||
cid: uni.getStorageSync('cid')
|
||||
});
|
||||
setTimeout(() => {
|
||||
uni.navigateBack();
|
||||
uni.removeStorageSync('userInfo');
|
||||
|
||||
Reference in New Issue
Block a user