Commit 63602ba3 authored by xinzhedeai's avatar xinzhedeai

Merge branch 'gaoqucodecheck' of...

Merge branch 'gaoqucodecheck' of http://h.gemho.cn:7099/zhaojunbao/gaoquyingjih5-asd into gaoqucodecheck
parents 9fb997d1 1183dd90
...@@ -144,7 +144,9 @@ window.addEventListener('load', function () { ...@@ -144,7 +144,9 @@ window.addEventListener('load', function () {
}, 0) }, 0)
}, },
viewDetail(id) { viewDetail(id) {
let urlParams = gemhoUtil.getUrlParams()
let param = { let param = {
...urlParams,
id: id, id: id,
flag: 'JC_XQ', flag: 'JC_XQ',
pageName: '_checkrecord', pageName: '_checkrecord',
......
...@@ -106,6 +106,7 @@ window.addEventListener("load", function () { ...@@ -106,6 +106,7 @@ window.addEventListener("load", function () {
viewDetail(item, type) { viewDetail(item, type) {
let params = { let params = {
id: item.id, id: item.id,
merId: this.merId,
pageName: '_shanghu_home' pageName: '_shanghu_home'
} }
// 这里添加跳转逻辑 // 这里添加跳转逻辑
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment