|
@@ -126,6 +126,7 @@ func (m *PcIndex) NewSordfish(flag string) error {
|
|
|
m.T["hotBuyers"] = HotBuyerList(entIsNew)
|
|
|
m.T["hasLogin"] = util.ObjToString(m.GetSession("userId")) != ""
|
|
|
m.T["includedInfo"] = GetIncludedInfo()
|
|
|
+ m.T["hotWinner"] = GetWinnerName()
|
|
|
m.T["newbids"] = NewIndexbids(m.Session(), m.Request)
|
|
|
m.T["hotkey"] = hotKeyArr
|
|
|
return m.Render("/pc/index.html", &m.T)
|