Przeglądaj źródła

重点招标提交

renjiaojiao 1 rok temu
rodzic
commit
31b9492fe3
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/jfw/front/index.go

+ 1 - 0
src/jfw/front/index.go

@@ -164,6 +164,7 @@ func (nIndex *NewIndex) NewIndex() error {
 	nIndex.T["jySchool"] = jyutil.Course(6, 3)
 	//政府招标
 	nIndex.T["governmentBidding"] = GovernmentTender(15)
+	nIndex.T["importBidding"] = GetImportBidding()
 	nIndex.T["biddingTrend"] = HomeBiddingTrends()
 	nIndex.T["hotBuyerData"] = PurchasingData()
 	nIndex.T["simpleTemplateData"] = map[string]interface{}{"XwebVer": nIndex.T["XwebVer"]}