Browse Source

跳转参数修改

yangfeng 4 years ago
parent
commit
13d82e302c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/web/templates/pc/biddetail_rec.html

+ 1 - 1
src/web/templates/pc/biddetail_rec.html

@@ -1727,7 +1727,7 @@ var IframeOnClick = {
 				if(bidPower) {
 					bidPower = JSON.parse(bidPower)
 					if(bidPower.indexOf(6) != -1) {
-						location.href = '/swordfish/page_big_pc/analysis_result?sid=' + {{.T.obj._id}}
+						location.href = '/swordfish/page_big_pc/analysis_result?ptid=' + {{.T.obj._id}}
 					}
 				}
 			},