提交 e51375ae 编写于 作者: xinglee23's avatar xinglee23

feat: insurance

上级 73625450
...@@ -159,7 +159,7 @@ export default { ...@@ -159,7 +159,7 @@ export default {
window.location.href = url; window.location.href = url;
return; return;
} }
// let cardNo = ''; let cardNo = '';
if (requestParm || param) { if (requestParm || param) {
const params = { const params = {
requestParm, requestParm,
...@@ -169,7 +169,7 @@ export default { ...@@ -169,7 +169,7 @@ export default {
if (result.code === '000000') { if (result.code === '000000') {
rightsNo = result.data.rightsNo; rightsNo = result.data.rightsNo;
identity = result.data.identity || ''; identity = result.data.identity || '';
// cardNo = result.data.cardNo || ''; cardNo = result.data.cardNo || '';
} }
} }
...@@ -177,7 +177,7 @@ export default { ...@@ -177,7 +177,7 @@ export default {
this.getBanner2(36, rightsNo || projectEquityNo); this.getBanner2(36, rightsNo || projectEquityNo);
this.handleInsuranceStatusCheck(projectEquityNo, rightsNo); this.handleInsuranceStatusCheck(projectEquityNo, rightsNo);
// this.openWebAppConfigPositive.path = `pagesInsurance/health-card/index?channelCode=${channelCode}&projectEquityNo=${projectEquityNo}&externalOrderNo=${externalOrderNo}&rightsNo=${rightsNo}&userInfo=${userInfo}&identity=${identity}&token=${token}&cardNo=${cardNo}`; // this.openWebAppConfigPositive.path = `pagesInsurance/health-card/index?channelCode=${channelCode}&projectEquityNo=${projectEquityNo}&externalOrderNo=${externalOrderNo}&rightsNo=${rightsNo}&userInfo=${userInfo}&identity=${identity}&token=${token}&cardNo=${cardNo}`;
this.openWebAppConfigPositive.path = `/pagesInsurance/my-right/index?encryptPatientId=encryptPatientId&projectEquityNo=${projectEquityNo}&rightsNo=${rightsNo}&externalOrderNo=${externalOrderNo}`; this.openWebAppConfigPositive.path = `/pagesInsurance/my-right/index?channelCode=${channelCode}&projectEquityNo=${projectEquityNo}&externalOrderNo=${externalOrderNo}&rightsNo=${rightsNo}&userInfo=${userInfo}&identity=${identity}&token=${token}&cardNo=${cardNo}`;
if (channelCode) uploadPointData({ channelCode }); if (channelCode) uploadPointData({ channelCode });
this.$sendBuriedData( this.$sendBuriedData(
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册