wenliming 2 lat temu
rodzic
commit
f3591ebb1c
1 zmienionych plików z 3 dodań i 1 usunięć
  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();