Browse Source

Merge branch 'dev_1.1.7_lint' of https://git.yishihui.com/DeNet/de-net-official into dev_1.1.7_lint

zhangwei 2 years ago
parent
commit
a7937fe92a
1 changed files with 3 additions and 1 deletions
  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();