Преглед на файлове

Merge branch 'dev/v4.8.83_rjj' of qmx/jy into feature/v4.8.83

renjiaojiao преди 1 година
родител
ревизия
43129c2ad7
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/jfw/front/index.go

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

@@ -165,6 +165,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"]}