1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <!DOCTYPE html>
- <html lang="zh-CN" style="font-size: 50px;">
- <head>
- {{include "mobile/components/tag-meta.html" .}}
- <title>{{.tdk.Title}}</title>
- {{include "mobile/components/tag-header-common-assets.html" .}}
- </head>
- <body>
- <section class="page-container">
- <header class="page-header">
- {{include "mobile/components/tag-header.html" .}}
- </header>
- <main class="page-main">
- <div class="module-wrapper">
- <!-- 头部搜索-->
- {{include "mobile/components/tag-register-login-group.html" .}}
- {{include "mobile/components/tag-info-type-nav.html"}}
- {{include "mobile/components/tag-area-nav.html"}}
- <!-- 广告位-->
- {{include "mobile/components/tag-swiper-list.html"}}
- <!-- 数据列表-->
- <section class="tag-card bg-white bidding-info-list-container mt12">
- <header class="tag-card-hd">
- <h2 class="tag-card-title"> {{.letterKeywordNode.Name}}招标采购信息列表 </h2>
- <div class="tag-card-actions"></div>
- </header>
- {{include "mobile/components/tag-card-bidding-info-list.html" .}}
- </section>
- <section class="tag-breadcrumb-navigation ellipsis">
- <span>当前位置:</span>
- <a href="/">剑鱼标讯首页</a>
- > <a href="/tags/letter/{{.letterKeywordNode.Letter}}_1.html">招标采购{{.letterKeywordNode.Letter}}类汇总</a>
- > <span class="current-tag">{{.letterKeywordNode.Name}}招标采购</span>
- </section>
- {{include "mobile/components/tag-footer.html" .}}
- </div>
- </main>
- </section>
- <div class="loading-wrapper" style="display: none;">
- <div class="loading-icon"></div>
- </div>
- {{include "mobile/components/tag-footer-common-assets.html"}}
- <script>
- var templateData = {
- homeLink: "/tags/home/home.html",
- areaTopTitle: "{{if .areaNode}}{{.areaNode.Name}}招标网{{end}}"
- }
- </script>
- <script src='{{Cdn2}}/common-module/public/js/china-map-data.js?v={{Msg "version"}}'></script>
- <script src='/jyseo/mobile/js/common.js'></script>
- <script src='/jyseo/mobile/js/tag-common.js'></script>
- <script src='/jyseo/mobile/js/index.js'></script>
- </body>
- </html>
|