fix:问题修复
This commit is contained in:
parent
9b9c679283
commit
d030c1dec9
@ -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,
|
||||
|
||||
@ -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');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user