王传进 8 years ago
parent
commit
308a41c626
2 changed files with 5 additions and 7 deletions
  1. 0 7
      src/jfw/front/entserach.go
  2. 5 0
      src/web/templates/pc/biddingsearch_enterprise.html

+ 0 - 7
src/jfw/front/entserach.go

@@ -13,7 +13,6 @@ import (
 
 type Entsearch struct {
 	*xweb.Action
-
 	bidsearchforent xweb.Mapper `xweb:"/jylab/bidsearchforent"`
 }
 
@@ -22,12 +21,6 @@ func init() {
 }
 
 func (p *Entsearch) Bidsearchforent() error {
-	//defer util.Catch()
-	//var shareid = p.GetString("id")
-	//if len(shareid) == 0 {
-	//	shareid = fmt.Sprintf("%s%d", config.Seoconfig["jysslby"].(string)+fmt.Sprintf("%d", time.Now().UnixNano())[8:14], rand.Intn(9))
-	//}
-	//p.T["shareid"] = se.EncodeString(shareid)
 	log.Println("-------中标企业搜索:")
 	return p.Render("/pc/biddingsearch_enterprise.html", &p.T)
 }

+ 5 - 0
src/web/templates/pc/biddingsearch_enterprise.html

@@ -6,9 +6,12 @@
 		<link rel="stylesheet" type="text/css" href="/css/dev2/reset_pc.css" />
 		<link rel="stylesheet" type="text/css" href="/css/dev2/biddingSearch.css" />
 		<title>招标搜索</title>
+		{{include "/common/pnc.html"}}
+		<link href="/css/pc.css?v={{Msg "seo" "version"}}" rel="stylesheet">
 	</head>
 
 	<body>
+	{{include "/common/pchead.html"}}
 		<section id="searchInner">
 			<!--搜索头部 START-->
 			<div class="searchHeader">
@@ -286,6 +289,8 @@
 		</section>
 		<script type="text/javascript" src="/js/jquery-3.2.1.min.js"></script>
 		<script type="text/javascript" src="/js/biddingSearch.js"></script>
+	{{include "/common/pcbottom.html"}}
+	{{include "/common/baiducc.html"}}
 	</body>
 
 </html>