| | |
| | | </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'; |
| | |
| | | }); |
| | | |
| | | 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() { |