From 7ed1e4f30ba4d8204152cb157ceaee07374da080 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期一, 17 三月 2025 14:29:14 +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