zhangwei
9 天以前 03c275439949875a857538df89a41696642c42b3
src/views/newregister/utils/hook.tsx
@@ -533,6 +533,10 @@
      }
    });
  }
  // 去登录
  function toLogin() {
    router.push({ name: "Login" });
  }
  return {
    state,
    resetForm,
@@ -549,6 +553,7 @@
    handleAvatarSuccess,
    loadNode,
    handlebankAccountIMG,
    openAgreement
    openAgreement,
    toLogin
  };
}