|
@@ -42,9 +42,9 @@ func (nIndex *NewIndex) NewIndex() error {
|
|
|
//热门行业
|
|
|
nIndex.T["hotIndustry"] = GetHotIndustry()
|
|
|
//热门中标企业
|
|
|
- nIndex.T["hotWinner"] = GetWinnerInfo()
|
|
|
+ nIndex.T["hotWinner"] = NewHotEnt(true)
|
|
|
//热门采购单位
|
|
|
- nIndex.T["hotBuyers"] = HotBuyerList()
|
|
|
+ nIndex.T["hotBuyers"] = NewHotEnt(false)
|
|
|
|
|
|
//招投标攻略
|
|
|
nIndex.T["strategyList"] = GetStrategyList()
|