|
@@ -122,16 +122,12 @@ func (m *PcIndex) NewSordfish(flag string) error {
|
|
|
m.T["recommend"] = ContentRecommendation()
|
|
|
//推荐标讯专区
|
|
|
m.T["recommendBeacon"] = RecommendationBeacon()
|
|
|
-<<<<<<< HEAD
|
|
|
//热门采购单位
|
|
|
m.T["hotBuyers"] = HotBuyerList(entIsNew)
|
|
|
- m.T["hasLogin"] = m.GetSession("userId") != ""
|
|
|
-=======
|
|
|
m.T["hasLogin"] = util.ObjToString(m.GetSession("userId")) != ""
|
|
|
m.T["includedInfo"] = GetIncludedInfo()
|
|
|
m.T["newbids"] = NewIndexbids(m.Session(), m.Request)
|
|
|
m.T["hotkey"] = hotKeyArr
|
|
|
->>>>>>> master
|
|
|
return m.Render("/pc/index.html", &m.T)
|
|
|
}
|
|
|
}
|