taiji_caozhaorui 3 天之前
父节点
当前提交
344d2170ec
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/views/global/invite/index.vue

+ 3 - 1
src/views/global/invite/index.vue

@@ -77,7 +77,9 @@ const onSubmit = () => {
         AppStore.initUserInfo()
       })
       .catch(() => {})
-      .finally(() => {})
+      .finally(() => {
+        state.loading = true
+      })
   }
 }
 const errorMsg = () => {}