Update index.vue
This commit is contained in:
parent
d030c1dec9
commit
1fc6740e5e
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user