|
@@ -118,7 +118,7 @@ import {
|
|
|
loginEtssmsApi,
|
|
loginEtssmsApi,
|
|
|
registerUrlApi,
|
|
registerUrlApi,
|
|
|
} from '@/services/modules/login'
|
|
} from '@/services/modules/login'
|
|
|
-import { getStatusAfterLoginApi } from '@/services/modules/invoiceInformation'
|
|
|
|
|
|
|
+import { getStatusApi } from '@/services/modules/invoiceInformation'
|
|
|
import type {
|
|
import type {
|
|
|
SendTtsSmsRequest,
|
|
SendTtsSmsRequest,
|
|
|
LoginEtssmsRequest,
|
|
LoginEtssmsRequest,
|
|
@@ -292,7 +292,7 @@ const loginBtn = useDebounceFn(async () => {
|
|
|
duration: 0,
|
|
duration: 0,
|
|
|
})
|
|
})
|
|
|
try {
|
|
try {
|
|
|
- const statusRes = await getStatusAfterLoginApi({
|
|
|
|
|
|
|
+ const statusRes = await getStatusApi({
|
|
|
pushRecordId: formData.pushRecordId,
|
|
pushRecordId: formData.pushRecordId,
|
|
|
})
|
|
})
|
|
|
// 修改认证下的状态内容,如果已经提交,跳转到成功页
|
|
// 修改认证下的状态内容,如果已经提交,跳转到成功页
|