Ver Fonte

跳转参数修改

yangfeng há 4 anos atrás
pai
commit
13d82e302c
1 ficheiros alterados com 1 adições e 1 exclusões
  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}}
 					}
 				}
 			},