2023-3-17

消息通知
This commit is contained in:
2023-03-17 17:39:03 +08:00
parent 9afc113da3
commit a049d9905c
9 changed files with 163 additions and 83 deletions

View File

@@ -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');