fix:问题修复

This commit is contained in:
huxuejian 2026-09-04 09:55:37 +08:00
parent 9b9c679283
commit d030c1dec9
2 changed files with 3 additions and 6 deletions

View File

@ -184,10 +184,8 @@ async function nextStep() {
const psnToken = await ybPlugin.getArchiveToken(authCode);
if (psnToken) {
hisArchive = await bindInsurance(psnToken, currentProfile.value.certNo, currentProfile.value.name, currentProfile.value.mobile);
} else {
toast('获取医保授权失败');
return;
}
return;
} else {
const { success, data, message } = await createSelfAuthRequest(
currentProfile.value._id,

View File

@ -1,6 +1,5 @@
import { toast } from './widget';
import userStore from '@/store/user';
import dayjs from 'dayjs';
// #ifdef MP
const authPayPlugin = requirePlugin('auth-pay-plugin');