瀏覽代碼

跳转参数修改

yangfeng 4 年之前
父節點
當前提交
13d82e302c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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}}
 					}
 				}
 			},