|
@@ -88,7 +88,7 @@ type Front struct {
|
|
|
historypushPaging xweb.Mapper `xweb:"/swordfish/historypush/paging"` //历时推送记录--分页
|
|
|
aboutus xweb.Mapper `xweb:"/front/aboutus.html"` //关于我们
|
|
|
busicooperation xweb.Mapper `xweb:"/front/busicooperation.html"` //商务合作
|
|
|
- bidsearchforent xweb.Mapper `xweb:"/front/bidsearchforent.html"` //中标企业搜索
|
|
|
+ //bidsearchforent xweb.Mapper `xweb:"/front/bidsearchforent.html"` //中标企业搜索
|
|
|
|
|
|
/********************wxkeyset:v1.8**************************/
|
|
|
wxrssset xweb.Mapper `xweb:"/swordfish/page"`
|
|
@@ -857,11 +857,11 @@ func (f *Front) Busicooperation() error {
|
|
|
}
|
|
|
|
|
|
//中标企业搜索
|
|
|
-func (f *Front) Bidsearchforent() error {
|
|
|
-
|
|
|
- content, _ := f.Render4Cache("/pc/biddingsearch_enterprise.html", &f.T)
|
|
|
- return f.SetBody(content)
|
|
|
-}
|
|
|
+//func (f *Front) Bidsearchforent() error {
|
|
|
+//
|
|
|
+// content, _ := f.Render4Cache("/pc/biddingsearch_enterprise.html", &f.T)
|
|
|
+// return f.SetBody(content)
|
|
|
+//}
|
|
|
|
|
|
func (f *Front) Gethotkey() error {
|
|
|
keys := []interface{}{}
|