From 21b418f4ffb8e76d72819e8d489b3179154cb0c1 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期一, 24 三月 2025 15:46:54 +0800 Subject: [PATCH] fix: 三期需求 --- apps/taro/src/subpackages/login/loginByForm/verificationCodeLoginForm.vue | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/taro/src/subpackages/login/loginByForm/verificationCodeLoginForm.vue b/apps/taro/src/subpackages/login/loginByForm/verificationCodeLoginForm.vue index c3e6abc..b8e1868 100644 --- a/apps/taro/src/subpackages/login/loginByForm/verificationCodeLoginForm.vue +++ b/apps/taro/src/subpackages/login/loginByForm/verificationCodeLoginForm.vue @@ -32,7 +32,7 @@ </template> <script setup lang="ts"> -import * as commonServices from '@life-payment/services/api/Common'; +// import * as commonServices from '@life-payment/services/api/Common'; import { FormRules } from '@nutui/nutui-taro/dist/types/__VUE/form/types'; import { FormValidator, Message } from '@/utils'; import { ProFormCaptcha } from 'senin-mini/components'; @@ -74,13 +74,13 @@ }); async function onGetCaptcha() { - await commonServices.sendVerificationCode( - { - phoneNumber: form.phoneNumber, - businessType: VerificationCodeBusinessType.LifePayPhoneMesssageCodeLogin, - }, - { showLoading: false } - ); + // await commonServices.sendVerificationCode( + // { + // phoneNumber: form.phoneNumber, + // businessType: VerificationCodeBusinessType.LifePayPhoneMesssageCodeLogin, + // }, + // { showLoading: false } + // ); } async function handleLogin() { -- Gitblit v1.9.1