提交 12003720 编写于 作者: 张磊's avatar 张磊

Merge branch 'feature/zl' into 'release'

Feature/zl

See merge request !278
...@@ -231,7 +231,7 @@ export default { ...@@ -231,7 +231,7 @@ export default {
externalOrderNo: '', externalOrderNo: '',
picaWechat: window._picaWechat, picaWechat: window._picaWechat,
headerInfo: { headerInfo: {
title: '癌筛权益领取', title: '健康服务权益领取',
isBlack: true, isBlack: true,
backMethod: 'web', backMethod: 'web',
style: 'backgroundColor:#ffffff;zIndex:100;', style: 'backgroundColor:#ffffff;zIndex:100;',
...@@ -420,8 +420,8 @@ export default { ...@@ -420,8 +420,8 @@ export default {
versionNumber, versionNumber,
projectEquityNo, projectEquityNo,
lanZhouOldflag, lanZhouOldflag,
projectEquityNoNext, // projectEquityNoNext,
yunOrderNoNext, // yunOrderNoNext,
} = res.data; } = res.data;
if (lanZhouOldflag) { if (lanZhouOldflag) {
const url = '/home'; const url = '/home';
...@@ -430,10 +430,13 @@ export default { ...@@ -430,10 +430,13 @@ export default {
l + l +
`/pica-insurance${url}?projectEquityNo=${projectEquityNo}&externalOrderNo=${externalOrderNo}`; `/pica-insurance${url}?projectEquityNo=${projectEquityNo}&externalOrderNo=${externalOrderNo}`;
window.location.href = hr; window.location.href = hr;
} else if (statusCode == '0103' || [4, 5, 6].includes(versionNumber)) { } else if (
statusCode == '0103' ||
[4, 5, 6].includes(versionNumber)
) {
this.showProtocol = true; this.showProtocol = true;
const yo = yunOrderNoNext || yunOrderNo; const yo = yunOrderNo;
const po = projectEquityNoNext || projectEquityNo; const po = projectEquityNo;
this.openWebAppConfigPositive.path = `pagesInsurance/all-entrance/index?channelSource=insurance_channel&projectEquityNo=${po}&yunOrderNo=${yo}&externalOrderNo=${externalOrderNo}`; this.openWebAppConfigPositive.path = `pagesInsurance/all-entrance/index?channelSource=insurance_channel&projectEquityNo=${po}&yunOrderNo=${yo}&externalOrderNo=${externalOrderNo}`;
console.log( console.log(
'-this.openWebAppConfigPositive.path', '-this.openWebAppConfigPositive.path',
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册