浏览代码

auto commit

gcz 4 年之前
父节点
当前提交
c2af64e7df
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      pages/setting/setting.vue

+ 4 - 0
pages/setting/setting.vue

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