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 = () => {}