From c48683d52511648af2f249ee0a240613e34ce0ad Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期四, 20 二月 2025 18:23:51 +0800 Subject: [PATCH] feat: 我的 --- apps/taro/src/subpackages/login/loginByForm/verificationCodeLoginForm.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/taro/src/subpackages/login/loginByForm/verificationCodeLoginForm.vue b/apps/taro/src/subpackages/login/loginByForm/verificationCodeLoginForm.vue index e8948a6..eb62297 100644 --- a/apps/taro/src/subpackages/login/loginByForm/verificationCodeLoginForm.vue +++ b/apps/taro/src/subpackages/login/loginByForm/verificationCodeLoginForm.vue @@ -27,7 +27,7 @@ </nut-form-item> </nut-form> <LargeButton class="login-btn" @click="handleLogin" :loading="form.loading">鐧诲綍</LargeButton> - <div class="go-register-btn" @click="goRegister">绔嬪嵆娉ㄥ唽</div> + <!-- <div class="go-register-btn" @click="goRegister">绔嬪嵆娉ㄥ唽</div> --> </div> </template> @@ -75,7 +75,7 @@ await commonServices.sendVerificationCode( { phoneNumber: form.phoneNumber, - businessType: VerificationCodeBusinessType.PhoneMesssageCodeLogin, + businessType: VerificationCodeBusinessType.LifePayPhoneMesssageCodeLogin, }, { showLoading: false } ); -- Gitblit v1.9.1