@@ -82,6 +82,10 @@
url:'../login/login'
});
}).catch(err=>{
+ uni.showToast({
+ title: '退出失败',
+ duration: 2000
+ });
} else if (res.cancel) {