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;
 					this.isLoading = false;
 				})
 				})
-				.catch(() => {});
+				.catch(() => {
+					this.isLoading = false;
+				});
 		}, 1000);
 		}, 1000);
 		this.checkBrowser();
 		this.checkBrowser();