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

change jump page

上级 977b217c
...@@ -323,7 +323,8 @@ export default { ...@@ -323,7 +323,8 @@ export default {
if(this.picaWechat == 'wechat') { if(this.picaWechat == 'wechat') {
return false; return false;
} }
const p = {params:{path:'pagesInsurance/all-entrance/index', query:`yunOrderNo=${this.yunOrderNo}&channelSource=insurance_channel`}, type: 2}; const query = `channelSource=insurance_channel,yunOrderNo=${this.yunOrderNo}`;
const p = {params:{path:'pagesInsurance/all-entrance/index', query:query}, type: 2};
getJumpToWebapp(p).then(res => { getJumpToWebapp(p).then(res => {
console.log('--res', res); console.log('--res', res);
if(res.data) { if(res.data) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册