Sfoglia il codice sorgente

跳转参数修改

yangfeng 4 anni fa
parent
commit
13d82e302c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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}}
 					}
 				}
 			},