Update index.vue

This commit is contained in:
huxuejian 2026-09-04 10:40:02 +08:00
parent d030c1dec9
commit 1fc6740e5e

View File

@ -184,8 +184,9 @@ async function nextStep() {
const psnToken = await ybPlugin.getArchiveToken(authCode); const psnToken = await ybPlugin.getArchiveToken(authCode);
if (psnToken) { if (psnToken) {
hisArchive = await bindInsurance(psnToken, currentProfile.value.certNo, currentProfile.value.name, currentProfile.value.mobile); hisArchive = await bindInsurance(psnToken, currentProfile.value.certNo, currentProfile.value.name, currentProfile.value.mobile);
} } else {
return; return;
}
} else { } else {
const { success, data, message } = await createSelfAuthRequest( const { success, data, message } = await createSelfAuthRequest(
currentProfile.value._id, currentProfile.value._id,