From c7ec9e17f6e48335912bad1c07df56ba8eb8f662 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期四, 05 五月 2022 13:35:21 +0800 Subject: [PATCH] page subuser --- src/views/register/components/BaseInfo.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/register/components/BaseInfo.vue b/src/views/register/components/BaseInfo.vue index 9bb62f1..1a0fbad 100644 --- a/src/views/register/components/BaseInfo.vue +++ b/src/views/register/components/BaseInfo.vue @@ -82,7 +82,7 @@ import { validUser, validPassword, isPhone } from "@/scripts/validate"; // 姝e垯鏂囦欢 import { register, - getVerifyCode, + makeVerifyCode, // getAreas, // getDic, // entireUserInfo, @@ -204,7 +204,7 @@ this.codeDisabled = true; this.getValidStr(); this.timer = setInterval(this.getValidStr, 1000); - getVerifyCode({ phoneNum: this.user.phoneNum, type: 1 }) + makeVerifyCode({ phoneNum: this.user.phoneNum, type: 1 }) .then(() => { this.gotCode = true; }) -- Gitblit v1.8.0