wenliming 2 年之前
父节点
当前提交
f3591ebb1c
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      pages/treasure/invite.vue

+ 3 - 1
pages/treasure/invite.vue

@@ -161,7 +161,9 @@ export default {
 					}
 					this.isLoading = false;
 				})
-				.catch(() => {});
+				.catch(() => {
+					this.isLoading = false;
+				});
 		}, 1000);
 		this.checkBrowser();