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

lz-insurance

上级 8b95de24
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
this.openWebAppConfigPositive.path = `pagesInsurance/all-entrance/index?channelSource=insurance_channel&projectEquityNo=${projectEquityNo}&externalOrderNo=${externalOrderNo}&detectionKind=1`; this.openWebAppConfigPositive.path = `pagesInsurance/all-entrance/index?channelSource=insurance_channel&projectEquityNo=${projectEquityNo}&externalOrderNo=${externalOrderNo}&detectionKind=1`;
console.log('-this.openWebAppConfigPositiv', this.openWebAppConfigPositive); console.log('-this.openWebAppConfigPositiv', this.openWebAppConfigPositive);
this.vis(); this.vis();
this.getDetailtxt(externalOrderNo); this.getDetailtxt(projectEquityNo);
}, },
methods: { methods: {
vis() { vis() {
...@@ -147,9 +147,9 @@ ...@@ -147,9 +147,9 @@
} }
}); });
}, },
getDetailtxt(externalOrderNo) { getDetailtxt(projectEquityNo) {
const o = { const o = {
yunOrderNo: externalOrderNo, yunOrderNo: projectEquityNo,
pageType: 5 pageType: 5
}; };
getDetailtxt(o).then(res => { getDetailtxt(o).then(res => {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册