Explorar el Código

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

renjiaojiao hace 1 año
padre
commit
43129c2ad7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"]}