|
@@ -1,406 +1,168 @@
|
|
|
<!DOCTYPE html>
|
|
|
-<html lang="en">
|
|
|
+<html lang="zh-CN">
|
|
|
<head>
|
|
|
<meta charset="UTF-8">
|
|
|
- <title>新版剑鱼首页</title>
|
|
|
- <link rel="stylesheet" href='{{Msg "seo" "cdn"}}/css/swiper.min.css?v={{Msg "seo" "version"}}'>
|
|
|
- <style>
|
|
|
- .border {
|
|
|
- margin: 2px;
|
|
|
- border: 1px solid #eee;
|
|
|
- }
|
|
|
-
|
|
|
- .line-1 {
|
|
|
- display: flex;
|
|
|
- flex-direction: row;
|
|
|
- }
|
|
|
-
|
|
|
- .line-1 > div {
|
|
|
- margin: 3px;
|
|
|
- }
|
|
|
-
|
|
|
- .line-1 .title {
|
|
|
- text-align: center;
|
|
|
- background: #52BED1;
|
|
|
- color: #fff;
|
|
|
- }
|
|
|
-
|
|
|
- .line-1 .detail a {
|
|
|
- text-decoration: none;
|
|
|
- color: #000;
|
|
|
- cursor: pointer;
|
|
|
- white-space: nowrap
|
|
|
- }
|
|
|
-
|
|
|
- .line-2 {
|
|
|
- height: 100px;
|
|
|
- width: 100%;
|
|
|
- text-align: center;
|
|
|
- line-height: 100px;
|
|
|
- background: #159BD5;
|
|
|
- }
|
|
|
-
|
|
|
- .line-3 {
|
|
|
- height: 60px;
|
|
|
- width: 100%;
|
|
|
- line-height: 60px;
|
|
|
- text-align: center;
|
|
|
- }
|
|
|
-
|
|
|
- .group {
|
|
|
- display: flex;
|
|
|
- flex-direction: row;
|
|
|
- }
|
|
|
-
|
|
|
- .group .main {
|
|
|
- flex: 3;
|
|
|
- }
|
|
|
-
|
|
|
- .group .right {
|
|
|
- flex: 1;
|
|
|
- }
|
|
|
-
|
|
|
- .line-4 {
|
|
|
- display: flex;
|
|
|
- flex-direction: row;
|
|
|
- height: 260px;
|
|
|
- }
|
|
|
-
|
|
|
- .biddingDiv {
|
|
|
- flex: 2;
|
|
|
- }
|
|
|
-
|
|
|
- .adScroll {
|
|
|
- flex: 3;
|
|
|
- }
|
|
|
-
|
|
|
- .line-5 {
|
|
|
- height: 460px;
|
|
|
- }
|
|
|
-
|
|
|
- .ellipsis {
|
|
|
- overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
- white-space: nowrap;
|
|
|
- text-align: justify
|
|
|
- }
|
|
|
-
|
|
|
- .line-6 {
|
|
|
- height: 100px;
|
|
|
- width: 99.5%;
|
|
|
- text-align: center;
|
|
|
- line-height: 100px;
|
|
|
- background: #159BD5;
|
|
|
- }
|
|
|
-
|
|
|
- .line-7 {
|
|
|
- height: 530px;
|
|
|
- }
|
|
|
-
|
|
|
- </style>
|
|
|
+ <title>首页</title>
|
|
|
+ <meta name="Keywords" content="招标订阅,招标项目,中标项目,招标信息,剑鱼标讯" />
|
|
|
+ <meta name="Description" content="使用剑鱼标讯,可以精准匹配招标信息,只需要微信关注剑鱼标讯公众号,然后自行设定所关注的招标关键词和地区,满足订阅需求的招标信息就会在两个小时内自动推送。" />
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
|
+ <meta name="format-detection" content="telephone=no" />
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,Chrome=1" />
|
|
|
+ <meta name="renderer" content="webkit" >
|
|
|
+ <!-- pnc.html是pcbottom.html的依赖 -->
|
|
|
+ {{include "/common/pnc.html"}}
|
|
|
+ <link rel="canonical" href="https://www.jianyu360.cn">
|
|
|
+ <link rel="stylesheet" type="text/css" href='{{Msg "seo" "cdn"}}/pccss/reset_pc.css?v={{Msg "seo" "version"}}' />
|
|
|
+ <link rel="stylesheet" type="text/css" href='{{Msg "seo" "cdn"}}/course/css/base.css?v={{Msg "seo" "version"}}' />
|
|
|
+ <link rel="stylesheet" href="https://cdn-common.jianyu360.com/cdn/lib/swiper/5.4.2/swiper.min.css"/>
|
|
|
+ <link rel="stylesheet" href="https://cdn-common.jianyu360.com/cdn/lib/element-ui/2.15.7/lib/theme-chalk/index.css" />
|
|
|
+ <link rel="stylesheet" type="text/css" href='{{Msg "seo" "cdn"}}/pccss/index_swiper.css?v={{Msg "seo" "version"}}' />
|
|
|
+ <link rel="stylesheet" type="text/css" href='{{Msg "seo" "cdn"}}/pccss/index_pc.css?v={{Msg "seo" "version"}}' />
|
|
|
</head>
|
|
|
-<body>
|
|
|
-<content>
|
|
|
- {{$global:=.T}}
|
|
|
- <div class="line-1 ">
|
|
|
- {{range $v:= $global.topMenu}}
|
|
|
- <div>
|
|
|
- <div class="title">{{$v.title}}</div>
|
|
|
- <div class="detail">
|
|
|
- {{range $item:= $v.child}}
|
|
|
- <a href="{{$item.href}}">{{$item.name}}</a>
|
|
|
- {{end}}
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- {{end}}
|
|
|
- </div>
|
|
|
- <div class="line-2 border">
|
|
|
- <!-- 12广告位-->
|
|
|
- {{range $k,$v:=Ad "new-pc-index-top-ad" -1 .Host}}
|
|
|
- <div class="school-in-header">
|
|
|
- <img src="{{$v.S_pic}}" alt="" style="width: 1115px;height: 100px;">
|
|
|
- </div>
|
|
|
- {{end}}
|
|
|
- </div>
|
|
|
- <div class="line-3 border">
|
|
|
- <!-- 消息展示 -->
|
|
|
- <div class="list-msg">
|
|
|
- <div class="no-read" style="width: 100px;float:left;">99+条未读</div>
|
|
|
- <url style="list-style: none;float:left;">
|
|
|
- <li style="display: inline;">消息111</li>
|
|
|
- <li style="display: inline;">消息2</li>
|
|
|
- </url>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="group">
|
|
|
- <div class="main">
|
|
|
- <div class="line-4">
|
|
|
- <div class="biddingDiv border" style="font-size: 12px;">
|
|
|
- 招标公告
|
|
|
- <a href="{{.T.newbids.more}}" style="float: right">更多</a>
|
|
|
- <ul>
|
|
|
- {{range $k,$v := .T.newbids.biddingList}}
|
|
|
- <li>
|
|
|
- <span>{{$v.title}}</span>
|
|
|
- <span>{{$v.publishtime}}</span>
|
|
|
- </li>
|
|
|
- {{end}}
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
- <div class="adScroll border">轮播图
|
|
|
- <!--轮播图 有数据,不会样式 -->
|
|
|
- <div class="swiper-wrapper">
|
|
|
- <!--{{range $k,$v:=Ad "new-pc-index-carousel" -1 .Host}}
|
|
|
- <a class="swiper-slide"
|
|
|
- {{if $v.S_link }}href="{{$v.S_link}}"{{end}}
|
|
|
- {{if eq $v.O_extend.Linktype "abroad" }} target="_blank" {{else}} target="_self" {{end}}
|
|
|
- >
|
|
|
- <img class="img-banner" data-theme="{{$v.O_extend.Theme}}" src='{{$v.S_pic}}' alt="{{$v.S_remark}}">
|
|
|
- </a>
|
|
|
- {{end}}-->
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="line-5 border" style="font-size: 14px;">
|
|
|
- <p>17标讯专区</p>
|
|
|
- <div class="bidAdvance" style="width: 400px;float: left;">
|
|
|
- 招标预告
|
|
|
- <a href="" style="float: right">更多</a>
|
|
|
- <ul>
|
|
|
- {{range $k,$v := .T.recommendBid_1}}
|
|
|
- <li class="ellipsis">
|
|
|
- <span>{{$v.title}}</span>
|
|
|
- <span>{{$v.publishtime}}</span>
|
|
|
- </li>
|
|
|
- {{end}}
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="bidAdvance" style="width: 400px;float: right;">
|
|
|
- 中标成交
|
|
|
- <a href="" style="float: right">更多</a>
|
|
|
- <ul>
|
|
|
- {{range $k,$v := .T.recommendBid_2}}
|
|
|
- <li class="ellipsis">
|
|
|
- <span>{{$v.title}}</span>
|
|
|
- <span>{{$v.publishtime}}</span>
|
|
|
- </li>
|
|
|
- {{end}}
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
|
|
|
- <div class="bidAdvance" style="width: 400px;float: left">
|
|
|
- 采购意向
|
|
|
- <a href="" style="float: right">更多</a>
|
|
|
- <ul>
|
|
|
- {{range $k,$v := .T.recommendBid_3}}
|
|
|
- <li class="ellipsis">
|
|
|
- <span>{{$v.title}}</span>
|
|
|
- <span>{{$v.publishtime}}</span>
|
|
|
- </li>
|
|
|
- {{end}}
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="bidAdvance" style="width: 400px;float: right">
|
|
|
- 项目分包
|
|
|
- <a href="" style="float: right">更多</a>
|
|
|
- <ul>
|
|
|
- {{range $k,$v := .T.recommendBid_4}}
|
|
|
- <li class="ellipsis">
|
|
|
- <span>{{$v.title}}</span>
|
|
|
- <span>{{$v.publishtime}}</span>
|
|
|
- </li>
|
|
|
- {{end}}
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="line-5 border">
|
|
|
- 18项目专区
|
|
|
- </div>
|
|
|
- <div class="line-6 border">
|
|
|
- 21广告位
|
|
|
- <!--{{range $k,$v:=Ad "new-pc-index-middle-carousel" -1 .Host}}
|
|
|
- <div class="school-in-header">
|
|
|
- <img src="{{$v.S_pic}}" alt="" style="width: 830px;height: 100px;">
|
|
|
- </div>
|
|
|
- {{end}}-->
|
|
|
- </div>
|
|
|
- <div class="line-7 border">
|
|
|
- <p>22机构专区</p>
|
|
|
- <div style="display: flex;">
|
|
|
- <div class="winner-ent" style="width: 250px;font-size: 14px;">
|
|
|
- 热门中标企业
|
|
|
- <ul>
|
|
|
- {{range $k,$v := .T.hotWinner}}
|
|
|
- <li class="">{{$v.ent_name}}</li>
|
|
|
- {{end}}
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
- <div class="buyer" style="font-size: 10px;">
|
|
|
- 热门采购单位
|
|
|
- <ul>
|
|
|
- {{range $k,$v := .T.hotBuyers}}
|
|
|
- <li class="">
|
|
|
- <p>{{$v.ent_Id}} <span>采购标讯{{$v.count}}条</span></p>
|
|
|
- <apan>所在地:{{$v.city}}</apan> <span>采购单位类型:{{$v.buyerclass}}</span>
|
|
|
- </li>
|
|
|
- {{end}}
|
|
|
- </ul>
|
|
|
+{{include "/common/pc-login.html"}}
|
|
|
+{{$global:=.T}}
|
|
|
+<body>
|
|
|
+ <section class="body-section bg-white">
|
|
|
+ <header class="body-header">
|
|
|
+ {{include "/common/pc-header-nav-mini.html"}}
|
|
|
+ </header>
|
|
|
+ <main class="body-main">
|
|
|
+ <section class="w">
|
|
|
+ <!-- 头部logo+搜索模块 -->
|
|
|
+ <section class="main-module">
|
|
|
+ {{include "/pc/template/index/search-module.html"}}
|
|
|
+ </section>
|
|
|
+ <!-- 招标采购模块 -->
|
|
|
+ <section class="main-module">
|
|
|
+ {{include "/pc/template/index/zb-nav-module.html"}}
|
|
|
+ </section>
|
|
|
+ <!-- banner swiper -->
|
|
|
+ <section class="main-module swiper-module-12">
|
|
|
+ {{include "/pc/template/index/banner-swiper.html"}}
|
|
|
+ </section>
|
|
|
+ <!-- 13消息中心 -->
|
|
|
+ <section class="main-module">
|
|
|
+ {{include "/pc/template/index/banner-message.html"}}
|
|
|
+ </section>
|
|
|
+ <section class="main-module aside-layout-container">
|
|
|
+ <main class="aside-layout--main">
|
|
|
+ <section class="aside-main-module flex-row-center mb20">
|
|
|
+ <!-- 中标公告 -->
|
|
|
+ {{include "/pc/template/index/zb-aside-card.html"}}
|
|
|
+ <div class="swiper-module-15">
|
|
|
+ <!-- 首页上部分中心轮播图 -->
|
|
|
+ {{include "/pc/template/index/banner-swiper.html"}}
|
|
|
+ </div>
|
|
|
+ </section>
|
|
|
+ <!-- 招标动态 -->
|
|
|
+ <section class="aside-main-module mb20">
|
|
|
+ {{include "/pc/template/index/module-card-list-container.html"}}
|
|
|
+ </section>
|
|
|
+ <!-- 项目专区 -->
|
|
|
+ <section class="aside-main-module mb20">
|
|
|
+ {{include "/pc/template/index/module-card-list-container.html"}}
|
|
|
+ </section>
|
|
|
+ <!-- 项目专区下广告位 -->
|
|
|
+ <section class="aside-main-module mb20 swiper-module-21">
|
|
|
+ {{include "/pc/template/index/banner-swiper.html"}}
|
|
|
+ </section>
|
|
|
+ <!-- 机构专区 -->
|
|
|
+ <section class="aside-main-module mb20">
|
|
|
+ {{include "/pc/template/index/ent-list-module.html"}}
|
|
|
+ </section>
|
|
|
+ <!-- 机构专区下广告位 -->
|
|
|
+ <section class="aside-main-module mb20 swiper-module-23">
|
|
|
+ <div class="swiper-module-23-children">
|
|
|
+ {{include "/pc/template/index/banner-swiper.html"}}
|
|
|
+ </div>
|
|
|
+ <div class="swiper-module-23-children">
|
|
|
+ {{include "/pc/template/index/banner-swiper.html"}}
|
|
|
+ </div>
|
|
|
+ </section>
|
|
|
+ <!-- 企业服务专区 -->
|
|
|
+ <section class="aside-main-module">
|
|
|
+ {{include "/pc/template/index/ent-service-module.html"}}
|
|
|
+ </section>
|
|
|
+ </main>
|
|
|
+ <aside class="aside-layout--right">
|
|
|
+ <!-- 用户信息卡片 -->
|
|
|
+ <section class="aside-right-module mb20">
|
|
|
+ {{include "/pc/template/index/user-info-card.html"}}
|
|
|
+ </section>
|
|
|
+ <!-- 中标喜报 -->
|
|
|
+ <section class="aside-right-module mb20">
|
|
|
+ {{include "/pc/template/index/notice-card.html"}}
|
|
|
+ </section>
|
|
|
+ <!-- 热门行业 -->
|
|
|
+ <section class="aside-right-module mb20">
|
|
|
+ {{include "/pc/template/index/hot-industry-card.html"}}
|
|
|
+ </section>
|
|
|
+ <!-- 优秀供应商 -->
|
|
|
+ <section class="aside-right-module mb20">
|
|
|
+ {{include "/pc/template/index/notice-card.html"}}
|
|
|
+ </section>
|
|
|
+ </aside>
|
|
|
+ </section>
|
|
|
+ <!-- 数据服务 -->
|
|
|
+ <section class="main-module">
|
|
|
+ {{include "/pc/template/index/data-service-module.html"}}
|
|
|
+ </section>
|
|
|
+ <!-- 数据服务下轮播图 -->
|
|
|
+ <section class="main-module swiper-module-27">
|
|
|
+ <div class="swiper-module-27-row">
|
|
|
+ <div class="swiper-module-27-column">
|
|
|
+ {{include "/pc/template/index/banner-swiper.html"}}
|
|
|
+ </div>
|
|
|
+ <div class="swiper-module-27-column">
|
|
|
+ {{include "/pc/template/index/banner-swiper.html"}}
|
|
|
+ </div>
|
|
|
+ <div class="swiper-module-27-column">
|
|
|
+ {{include "/pc/template/index/banner-swiper.html"}}
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div style="height: 100px;background: #0CA1F5;display: flex;">
|
|
|
- <!-- 23号广告位-->
|
|
|
- {{range $k,$v:=Ad "new-pc-index-twenty-three" -1 .Host}}
|
|
|
- <div class="school-in-header">
|
|
|
- <img src="{{$v.S_pic}}" alt="" style="width: 420px;height: 100px;">
|
|
|
- </div>
|
|
|
- {{end}}
|
|
|
- </div>
|
|
|
- <div style="height: 300px;background: #00D7B0;display: flex;">
|
|
|
- <div style="width: 220px;margin-left: 20px;">
|
|
|
- 24企业服务专区
|
|
|
- <h4>营销</h4>
|
|
|
- <p>实现用户在平台上完成咨询,销售线索、销售机会,客服的权限跟踪处理。</p>
|
|
|
- <button>专属资讯</button>
|
|
|
- <br>
|
|
|
- <button>机构管理</button>
|
|
|
- <br>
|
|
|
- <button>任务管理</button>
|
|
|
- </div>
|
|
|
- <div>
|
|
|
- {{range $k,$v:=Ad "new-pc-index-ent-service" -1 .Host}}
|
|
|
- <div class="school-in-header">
|
|
|
- <img src="{{$v.S_pic}}" alt="" style="width: 600px;height: 300px;">
|
|
|
+ <div class="swiper-module-27-row">
|
|
|
+ <div class="swiper-module-27-column">
|
|
|
+ {{include "/pc/template/index/banner-swiper.html"}}
|
|
|
+ </div>
|
|
|
+ <div class="swiper-module-27-column">
|
|
|
+ {{include "/pc/template/index/banner-swiper.html"}}
|
|
|
+ </div>
|
|
|
+ <div class="swiper-module-27-column">
|
|
|
+ {{include "/pc/template/index/banner-swiper.html"}}
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- {{end}}
|
|
|
- </div>
|
|
|
-
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="right">
|
|
|
- <div class="border" style="height: 200px">
|
|
|
- 16登录注册
|
|
|
- </div>
|
|
|
- <div class="border" style="height: 200px">
|
|
|
- 19会员中标喜报
|
|
|
- <ul>
|
|
|
- {{range $k,$v := .T.winnerGlad}}
|
|
|
- {{range $kk,$vv := $v}}
|
|
|
- <li><a href="/nologin/content/{{$vv}}">{{$kk}}</a></li>
|
|
|
- {{end}}
|
|
|
- {{end}}
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
- <div class="border" style="height: 500px">
|
|
|
- 20热门行业
|
|
|
- {{range $k,$v := .T.hotIndustry}}
|
|
|
- {{range $ke,$va := $v}}
|
|
|
- <div style="font-size: 12px;display: flex;">
|
|
|
- <p>{{$ke}}</p>
|
|
|
- <ul style="font-size: 10px;flex: 1;margin: 15px 0 0 0;padding: 0;">
|
|
|
- {{range $kk,$vv := $va}}
|
|
|
- {{if le $kk 4}}
|
|
|
- <li style="list-style-type: none;float: left;display: inline-block;margin-right: 5px;">
|
|
|
- <a href="{{$vv.url}}">{{$vv.key}}</a>
|
|
|
- </li>
|
|
|
- {{end}}
|
|
|
- {{end}}
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
- {{end}}
|
|
|
- {{end}}
|
|
|
- </div>
|
|
|
- <div class="border" style="height: 300px;font-size: 13px;">
|
|
|
- 25优秀供应商
|
|
|
- <ul>
|
|
|
- {{range $k,$v := .T.supplyEnt}}
|
|
|
- {{if le $k 14}}
|
|
|
- <li style="list-style: none;">{{$v.name}}</li>
|
|
|
- {{end}}
|
|
|
- {{end}}
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="line-10 border" style="height: 300px;background: #0A9AEA;">
|
|
|
- 26数据服务专区
|
|
|
- </div>
|
|
|
- <div style="height: 400px;display: flex;flex-wrap:wrap;">
|
|
|
- {{range $k,$v:=Ad "new-pc-index-twenty-seven" -1 .Host}}
|
|
|
- <div class="school-in-header" style="width: 33.3%">
|
|
|
- <img src="{{$v.S_pic}}" alt="" style="height: 200px;">
|
|
|
- </div>
|
|
|
- {{end}}
|
|
|
- </div>
|
|
|
- <div class="strategy-school border" style="height: 400px;display: flex;">
|
|
|
- <div class="strategy" style="width: 75%">
|
|
|
- {{$thisCode := "zbcg"}}
|
|
|
- {{range $k,$v := .T.strategyList}}
|
|
|
- {{if eq $k 1 }}
|
|
|
- <div class="school_classify jyxt">
|
|
|
- <a {{if eq $v.code $thisCode}} class="classify_tabs is-active" {{else}} class="classify_tabs" {{end}}
|
|
|
- href="/jySchool/{{$v.code}}/index.html">
|
|
|
- {{$v.name}}
|
|
|
- </a>
|
|
|
- <ul>
|
|
|
- {{range $kk,$vv := $v.list}}
|
|
|
- <li><span>{{$vv.s_title}}</span> <span>{{$vv.l_createdate}}</span></li>
|
|
|
- {{end}}
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
- {{end}}
|
|
|
- {{end}}
|
|
|
+ </section>
|
|
|
+ <!-- 招投标攻略 -->
|
|
|
+ <section class="main-module aside-layout-container">
|
|
|
+ <main class="aside-layout--main">
|
|
|
+ {{include "/pc/template/index/bidding-desc-module.html"}}
|
|
|
+ </main>
|
|
|
+ <aside class="aside-layout--right">
|
|
|
+ {{include "/pc/template/index/cms-card-deep.html"}}
|
|
|
+ </aside>
|
|
|
+ </section>
|
|
|
+ </section>
|
|
|
+ </main>
|
|
|
+ <div class="body-footer">
|
|
|
+ {{include "/common/friend-link.html"}}
|
|
|
+ {{include "/common/pcbottom.html"}}
|
|
|
</div>
|
|
|
- <div class="school" style="width: 25%">
|
|
|
- <p>剑鱼学堂</p>
|
|
|
- <ul>
|
|
|
- {{range $k,$v := .T.jySchool}}
|
|
|
- <li>{{$v.s_name}}</li>
|
|
|
- {{end}}
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="line-11 border" style="height: 100px;display: flex;flex-wrap:wrap;">
|
|
|
- {{range $k,$v:=Ad "new-pc-index-bottom-ad" -1 .Host}}
|
|
|
- <div class="" style="">
|
|
|
- <img src="{{$v.S_pic}}" alt="" style="height: 100px;width: 184px;">
|
|
|
- </div>
|
|
|
- {{end}}
|
|
|
- </div>
|
|
|
- <div style="height: 260px;">
|
|
|
- 31地区导航
|
|
|
- {{range $v := .T.areaNav}}
|
|
|
- <div>
|
|
|
- {{$v.name}}
|
|
|
- {{range $vv := $v.child}}
|
|
|
- <a href="{{$vv.Url}}">{{$vv.Name}}</a>
|
|
|
- {{end}}
|
|
|
- </div>
|
|
|
- {{end}}
|
|
|
- </div>
|
|
|
- <div style="height: 400px;">
|
|
|
- <div style="height: 200px;">
|
|
|
- 重点招标
|
|
|
- </div>
|
|
|
- <div style="height: 200px;">
|
|
|
- 政府招标
|
|
|
- </div>
|
|
|
-
|
|
|
- </div>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-</content>
|
|
|
+ </section>
|
|
|
+
|
|
|
+ <script defer src="//cdn-common.jianyu360.com/cdn/lib/vue/2.7.14/vue.min.js"></script>
|
|
|
+ <script defer src="//cdn-common.jianyu360.com/cdn/lib/element-ui/2.15.7/lib/index.js"></script>
|
|
|
+ <script defer src=//cdn-common.jianyu360.com/cdn/lib/svga-web/svga.min.js></script>
|
|
|
+ <script defer src='{{Msg "seo" "cdn"}}/js/dateFunc.js?v={{Msg "seo" "version"}}'></script>
|
|
|
+ <script defer src='{{Msg "seo" "cdn"}}/js/pc-message-new.js?v={{Msg "seo" "version"}}'></script>
|
|
|
+ <script src="https://cdn-common.jianyu360.com/cdn/lib/swiper/5.4.2/swiper.min.js"></script>
|
|
|
+ <script type="text/javascript" src='{{Msg "seo" "cdn"}}/common-module/public/js/china-map-data.js?v={{Msg "seo" "version"}}'></script>
|
|
|
+ <script type="text/javascript" src='{{Msg "seo" "cdn"}}/js/index/seo_helper.js?v={{Msg "seo" "version"}}'></script>
|
|
|
+ <script type="text/javascript" src='{{Msg "seo" "cdn"}}/js/index/index_swiper.js?v={{Msg "seo" "version"}}'></script>
|
|
|
+ <script type="text/javascript" src='{{Msg "seo" "cdn"}}/js/index/index_2023.12.js?v={{Msg "seo" "version"}}'></script>
|
|
|
+ <script>
|
|
|
+ haslogin('10')
|
|
|
+ </script>
|
|
|
</body>
|
|
|
-<script src='{{Msg "seo" "cdn"}}/js/pc-message-new.js?v={{Msg "seo" "version"}}'></script>
|
|
|
-<script>
|
|
|
- // tab点击切换
|
|
|
- $('.school_classify .classify_tabs').click(function () {
|
|
|
- $(this).addClass('is-active')
|
|
|
- $(this).siblings().removeClass('is-active')
|
|
|
- })
|
|
|
|
|
|
-</script>
|
|
|
</html>
|