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

fix: change jump url

上级 a1ab59a3
......@@ -95,7 +95,7 @@ export default {
envVersion: process.env.VUE_APP_MINI_PROGRAM_ENV,
openWebAppConfigPositive: {
username: 'gh_e92f58174364', // 小程序唯一username 1.gh_80d54796f2d5 云鹊助手 2. gh_e92f58174364 云鹊健康
path: 'pagesInsurance/health-card/index', // 打开页面
path: 'pagesInsurance/my-right/index', // 打开页面
extraData: JSON.stringify({}),
},
bgPath: '',
......@@ -159,7 +159,7 @@ export default {
window.location.href = url;
return;
}
let cardNo = '';
// let cardNo = '';
if (requestParm || param) {
const params = {
requestParm,
......@@ -169,15 +169,16 @@ export default {
if (result.code === '000000') {
rightsNo = result.data.rightsNo;
identity = result.data.identity || '';
cardNo = result.data.cardNo || '';
// cardNo = result.data.cardNo || '';
}
}
this.getBanner(7, rightsNo || projectEquityNo);
this.getBanner2(36, rightsNo || projectEquityNo);
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/my-right/index?encryptPatientId=encryptPatientId&projectEquityNo=${projectEquityNo}&rightsNo=${rightsNo}&externalOrderNo=${externalOrderNo}`;
this.openWebAppConfigPositive.path = `pagesInsurance/health-card/index?channelCode=${channelCode}&projectEquityNo=${projectEquityNo}&externalOrderNo=${externalOrderNo}&rightsNo=${rightsNo}&userInfo=${userInfo}&identity=${identity}&token=${token}&cardNo=${cardNo}`;
if (channelCode) uploadPointData({ channelCode });
this.$sendBuriedData(
{
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册