|
@@ -52,6 +52,7 @@ func DetailHandler(r *ghttp.Request) {
|
|
industryInfoList := service.GetBiddingStrategy(10)
|
|
industryInfoList := service.GetBiddingStrategy(10)
|
|
if isLogin := utility.JySessionLoginEd(r); isLogin { //登录后渲染乾坤潜入页面
|
|
if isLogin := utility.JySessionLoginEd(r); isLogin { //登录后渲染乾坤潜入页面
|
|
service.HtmlRender.Render(r, "detail_login.html", g.Map{
|
|
service.HtmlRender.Render(r, "detail_login.html", g.Map{
|
|
|
|
+ "isLogin": isLogin,
|
|
"bidData": bidData,
|
|
"bidData": bidData,
|
|
"newBidInfoList": newBidInfoList,
|
|
"newBidInfoList": newBidInfoList,
|
|
"industryInfoList": industryInfoList,
|
|
"industryInfoList": industryInfoList,
|
|
@@ -66,6 +67,7 @@ func DetailHandler(r *ghttp.Request) {
|
|
}
|
|
}
|
|
service.HtmlRender.Render(r, "detail.html",
|
|
service.HtmlRender.Render(r, "detail.html",
|
|
g.Map{
|
|
g.Map{
|
|
|
|
+ "isLogin": isLogin,
|
|
"bidData": bidData,
|
|
"bidData": bidData,
|
|
"newBidInfoList": newBidInfoList,
|
|
"newBidInfoList": newBidInfoList,
|
|
"industryInfoList": industryInfoList,
|
|
"industryInfoList": industryInfoList,
|