瀏覽代碼

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

zhangwei 2 年之前
父節點
當前提交
a7937fe92a
共有 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();