网站
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

543 lines
30 KiB

  1. <!DOCTYPE html
  2. PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="zh-CN" xml:lang="zh-CN">
  4. <head>
  5. <meta charset="utf-8">
  6. <title>产权交易</title>
  7. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  8. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  9. <meta name="keywords" content="" />
  10. <meta name="description" content="" />
  11. <link href="./static/css/main.css" rel="stylesheet" type="text/css" />
  12. <link href="./static/css/index.css" rel="stylesheet" type="text/css" />
  13. </head>
  14. <body>
  15. <div class="main" id="page">
  16. <!--LOGO search-->
  17. <div class="logoSearch">
  18. <div class="logoSearch-div">
  19. <h1 class="logo" id="webConfigName" onclick="goIndex()"></h1>
  20. <div class="login_block" id="userLogin" style="display: none;">
  21. <img src="static/images/login_icon.png" alt="">
  22. <a href="view/login/login.html">登录 </a>/
  23. <a href="view/login/register.html"> 免费注册</a>
  24. </div>
  25. <div class="userInfo_main" id="userInfo" style="display: none;">
  26. <img src="../../static/images/login_icon.png" class="block m-r-10" alt=""/>
  27. <a href="user.html" class="userName" id="userRealName">Sherry</a>
  28. </div>
  29. <div class="headHover" id="headHover" style="display: none;">
  30. <ul>
  31. <li style="display: none;">
  32. <p id="userRealName2">Sherry</p>
  33. </li>
  34. <li>
  35. <img src="../../static/images/user_icon1.png" class="fl" alt=""/>
  36. <a href="view/user/user.html?type=info" class="fl">我的资料</a>
  37. </li>
  38. <li>
  39. <img src="../../static/images/user_icon2.png" class="fl" alt=""/>
  40. <a href="view/user/user.html?type=demand" class="fl">我的供求</a>
  41. </li>
  42. <li>
  43. <img src="../../static/images/user_icon3.png" class="fl" alt=""/>
  44. <a href="view/user/user.html?type=interact" class="fl">我的咨询</a>
  45. </li>
  46. <li>
  47. <img src="../../static/images/user_icon9.png" class="fl" alt=""/>
  48. <a href="view/user/user.html?type=application" class="fl">我的报名</a>
  49. </li>
  50. <li class="m-b-5">
  51. <img src="../../static/images/user_icon4.png" class="fl" alt=""/>
  52. <a href="view/user/user.html?type=bidding" class="fl">我的竞价</a>
  53. </li>
  54. <li onclick="outLogin()">
  55. <img src="../../static/images/user_icon5.png" class="fl" alt=""/>
  56. <a class="fl">退出登录</a>
  57. </li>
  58. </ul>
  59. </div>
  60. </div>
  61. <div class="clear"></div>
  62. </div>
  63. <!--顶部导航栏-->
  64. <div class="top">
  65. <ul class="container w-1200">
  66. <li class="active"><a href="javascript:void(0)">首页</a></li>
  67. <li><a href="view/bidding/biddingList.html">竞价大厅</a></li>
  68. <li><a href="view/listingItems/itemsList.html">供应项目</a></li>
  69. <li><a href="view/listingItems/itemsNeedsList.html?clickType=collectiveAssets">需求项目</a></li>
  70. <li><a href="view/announcement/announcement.html">交易公告</a></li>
  71. <li><a href="view/announcement/announcementNew.html">招标公告</a></li>
  72. </ul>
  73. </div>
  74. <!--banner及左侧导航-->
  75. <div class="banner">
  76. <script id="bannerFocusData" type="text/html">
  77. {{each focusList as value i}}
  78. <div class="swiper-slide">
  79. <img src="{{# value.img}}" alt="">
  80. <!--<a href="view/new/newDetail.html?id={{value.id}}"><p>{{# value.title}}</p></a>-->
  81. </div>
  82. {{/each}}
  83. </script>
  84. <div class="bannerRight">
  85. <div class="swiper-container" id="bannerFocusWrap">
  86. <div class="swiper-wrapper" id="bannerFocusContent"></div>
  87. <div class="page-pagination"></div>
  88. </div>
  89. </div>
  90. </div>
  91. <div class="w-1200 nav_main">
  92. <div>
  93. <img src="static/images/index_nav_icon_01.png" alt="">
  94. <p>承包土地经营权</p>
  95. </div>
  96. <div>
  97. <img src="static/images/index_nav_icon_02.png" alt="">
  98. <p>集体经营性资产</p>
  99. </div>
  100. <div>
  101. <img src="static/images/index_nav_icon_03.png" alt="">
  102. <p>宅基地使用权</p>
  103. </div>
  104. <div>
  105. <img src="static/images/index_nav_icon_04.png" alt="">
  106. <p>集体资产采购类</p>
  107. </div>
  108. <div>
  109. <img src="static/images/index_nav_icon_05.png" alt="">
  110. <p>林权</p>
  111. </div>
  112. <div>
  113. <img src="static/images/index_nav_icon_06.png" alt="">
  114. <p>四荒地使用权</p>
  115. </div>
  116. <div>
  117. <img src="static/images/index_nav_icon_07.png" alt="">
  118. <p>农业生产设施设备</p>
  119. </div>
  120. <div>
  121. <img src="static/images/index_nav_icon_08.png" alt="">
  122. <p>小型水利设施使用权</p>
  123. </div>
  124. <div>
  125. <img src="static/images/index_nav_icon_09.png" alt="">
  126. <p>农业类知识产权</p>
  127. </div>
  128. </div>
  129. <div class="w-1200">
  130. <div class="center_main">
  131. <div class="bannerLeft">
  132. <div class="bannerLeft_tt">
  133. <p>公示公告</p>
  134. <a href="view/announcement/announcement.html"><span>更多 ></span></a>
  135. </div>
  136. <div class="bannerLeft_tab" style="text-align: left;">
  137. <p class="active" id="cjggBtn" onclick="tabClick('cjgg')">成交公告</p>
  138. <p id="jzggBtn" onclick="tabClick('jzgg')">鉴证公告</p>
  139. <p id="zbggBtn" onclick="tabClick('zbgg')">招标公告</p>
  140. <p id="zbjgBtn" onclick="tabClick('zbjg')">招标结果</p>
  141. <div class="clear"></div>
  142. </div>
  143. <div id="cjgg" class="centerRight-list2">
  144. <div class="tableList_top" style="width: auto;">
  145. <script id="announcementListData" type="text/html">
  146. <tr>
  147. <td style="text-align: left;padding-left: 2%;">项目编号</td>
  148. <td>项目名称</td>
  149. <td>项目时间</td>
  150. </tr>
  151. {{each announcementListList as value i}}
  152. <tr>
  153. <td style="text-align: left;padding-left: 2%;">{{# value.projectCode}}</td>
  154. <td><a href="view/announcement/announcementDetail.html?id={{value.id}}">{{# value.projectName}}</a></td>
  155. <td>{{# value.dealTime.substr(0,10)}}</td>
  156. </tr>
  157. {{/each}}
  158. </script>
  159. <table width="100%;" style="table-layout: fixed;" id="announcementListContent"></table>
  160. </div>
  161. </div>
  162. <div id="jzgg" style="display: none" class="centerRight-list3">
  163. <div class="tableList_top" style="width: auto;">
  164. <script id="attestationData" type="text/html">
  165. <tr>
  166. <td style="text-align: left;padding-left: 2%;">项目编号</td>
  167. <td>项目名称</td>
  168. <td>项目时间</td>
  169. </tr>
  170. {{each attestationList as value i}}
  171. <tr>
  172. <td style="text-align: left;padding-left: 2%;">{{# value.projectCode}}</td>
  173. <td><a href="view/announcement/attestation.html?id={{value.id}}">{{# value.projectName}}</a></td>
  174. <td>{{# value.jzsSignDate}}</td>
  175. </tr>
  176. {{/each}}
  177. </script>
  178. <table width="100%;" style="table-layout: fixed;" id="attestationContent"></table>
  179. </div>
  180. </div>
  181. </div>
  182. <img src="static/images/index_center_right_icon.png" style="cursor: pointer;" onclick="window.open('http://218.59.175.43:82')" alt="">
  183. </div>
  184. <!--交易项目-->
  185. <div class="m-t-40 center_main_jyxm">
  186. <div class="bannerLeft_tt">
  187. <p class="bannerLeft_tt_jyxm">交易项目</p>
  188. <a href="view/announcement/announcement.html"><span>更多 ></span></a>
  189. </div>
  190. <div class="bannerLeft_tab" style="text-align: left;">
  191. <p class="active" id="landListBtn" onclick="tabClickGYXQ('landList')">供应项目</p>
  192. <p id="collectiveAssetsBtn" onclick="tabClickGYXQ('collectiveAssets')">需求项目</p>
  193. <div class="clear"></div>
  194. </div>
  195. <script id="landListData" type="text/html">
  196. {{each landListList as value i}}
  197. {{if i < 5 }}
  198. <div class="centerLeft-center-middle" onclick="goDetail({{value.id}})" style="cursor: pointer;">
  199. <!--项目<br />公示-->
  200. {{if value.projectShowStatus == '已经成交'}}
  201. <p class="centerLeft-center-lable" style="background: #d7d7d7;color: #626262">
  202. {{/if}}
  203. {{if value.projectShowStatus == '项目公示'}}
  204. <p class="centerLeft-center-lable" style="background: #007b76">
  205. {{/if}}
  206. {{if value.projectShowStatus == '正在报名'}}
  207. <p class="centerLeft-center-lable" style="background: #e8041f">
  208. {{/if}}
  209. {{if value.projectShowStatus == '等待竞价' || value.projectShowStatus == '等待成交'}}
  210. <p class="centerLeft-center-lable" style="background: #e7851c">
  211. {{/if}}
  212. {{if value.projectShowStatus == '正在竞价'}}
  213. <p class="centerLeft-center-lable" style="background: #1c58bb">
  214. {{/if}}
  215. {{# value.projectShowStatus.slice(0,2)+'<br/>'+value.projectShowStatus.slice(2)}}
  216. </p>
  217. {{if value.fileUrl == null}}
  218. <img src="/static/images/zwtp.jpg" alt="" width="100%" height="152px"/>
  219. {{else}}
  220. <img src="{{serverApi}}{{value.fileUrl}}" alt="" width="100%" height="152px"/>
  221. {{/if}}
  222. <div>
  223. <p class="centerLeft-center-middle-tit01">
  224. <span>{{# value.rollout}}</span>{{# value.projectName}}
  225. </p>
  226. <ul class="centerLeft-center-middle-ul">
  227. <li>
  228. <p>
  229. <span>挂牌价格</span>
  230. <i>{{# value.price}}</i>{{# value.unit}}
  231. </p>
  232. </li>
  233. <li>
  234. <p>
  235. <span>转<i></i>出<i></i>方</span>
  236. {{# value.outName}}
  237. </p>
  238. </li>
  239. <li>
  240. <p>
  241. <span>报名结束</span>
  242. {{# value.signupStopTime}}
  243. </p>
  244. </li>
  245. <li>
  246. <p>
  247. <span>竞价结束</span>
  248. {{# value.biddingStopTime}}
  249. </p>
  250. </li>
  251. </ul>
  252. </div>
  253. <div class="centerLeft-center-bottom container">
  254. <p>{{# value.locationName}}</p>
  255. </div>
  256. </div>
  257. {{/if}}
  258. {{/each}}
  259. </script>
  260. <div class="container" id="landListContent"></div>
  261. <script id="collectiveAssetsData" type="text/html">
  262. {{each collectiveAssetsList as value i}}
  263. {{if i < 5 }}
  264. <div class="centerLeft-center-middle" onclick="goDetail({{value.id}})" style="cursor: pointer;">
  265. <!--项目<br />公示-->
  266. {{if value.fileUrl == null}}
  267. <img src="/static/images/zwtp.jpg" alt="" width="100%" height="152px"/>
  268. {{else}}
  269. <img src="{{serverApi}}{{value.fileUrl}}" alt="" width="100%" height="152px"/>
  270. {{/if}}
  271. <div>
  272. <p class="centerLeft-center-middle-tit01">
  273. {{# value.projectName}}
  274. </p>
  275. <ul class="centerLeft-center-middle-ul">
  276. <li>
  277. <p>
  278. <span>需求描述</span>
  279. {{# value.price}}
  280. </p>
  281. </li>
  282. <li>
  283. <p>
  284. <span>需<i></i>求<i></i>方</span>
  285. {{# value.needname}}
  286. </p>
  287. </li>
  288. <li>
  289. <p>
  290. <span>开始时间</span>
  291. {{# value.needStartTime}}
  292. </p>
  293. </li>
  294. <li>
  295. <p>
  296. <span>结束时间</span>
  297. {{# value.needStopTime}}
  298. </p>
  299. </li>
  300. </ul>
  301. </div>
  302. <div class="centerLeft-center-bottom container">
  303. <p>{{# value.phone}}</p>
  304. </div>
  305. </div>
  306. {{/if}}
  307. {{/each}}
  308. </script>
  309. <div class="container" style="display: none" id="collectiveAssetsContent"></div>
  310. </div>
  311. <!--竞价大厅-->
  312. <div class="m-t-40 bidding">
  313. <div class="bannerLeft_tt">
  314. <p class="bannerLeft_tt_jjdt">竞价大厅</p>
  315. <a href="view/bidding/biddingList.html"><span>更多 ></span></a>
  316. </div>
  317. <div class="m-t-15">
  318. <img src="static/images/hf_01.png" width="100%"/>
  319. </div>
  320. <table width="100%" class="tableHead" style="table-layout: fixed;width: 1178px;" >
  321. <tr>
  322. <td style="text-align: left;padding-left: 2%;">项目名称</td>
  323. <td>竞价方式</td>
  324. <td>报名截止时间</td>
  325. <td>竞价开始时间</td>
  326. <td>标的底价</td>
  327. <td>当前报价</td>
  328. <td>竞价状态</td>
  329. <td>操作</td>
  330. </tr>
  331. </table>
  332. <div class="tableList" id="tableList" style="width: 1178px;">
  333. <script id="biddingHallListData" type="text/html">
  334. {{each biddingHallListList as value i}}
  335. <tr class="{{value.timeType == '未开始' ? 'notStart-row':''}}{{value.timeType == '进行中' ? 'now-row':''}}">
  336. <td style="text-align: left;padding-left: 2%;" title="{{value.projectName}}">{{value.projectName}}</td>
  337. <td>{{value.biddingType}}</td>
  338. <td>{{value.signupStopTime}}</td>
  339. <td>{{value.biddingStartTime}}</td>
  340. <td>{{value.price}}</td>
  341. <td>
  342. {{if value.biddingType=='自由竞价'&&value.timeType=='进行中'}}
  343. *
  344. {{else}}
  345. {{value.money}}
  346. {{/if}}
  347. </td>
  348. <td>{{value.projectShowStatus}}</td>
  349. <td>
  350. {{if value.projectShowStatus == '正在报名'}}<input type="button" onclick="goDetail({{value.id}})" value="我要报名" />{{/if}}
  351. {{if value.projectShowStatus == '正在竞价'}}<input type="button" onclick="goDetail({{value.id}})" value="我要竞价" />{{/if}}
  352. {{if value.projectShowStatus == '等待竞价'}}<input type="button" onclick="goDetail({{value.id}})" value="进入查看" />{{/if}}
  353. {{if value.projectShowStatus == '等待成交'}}<input type="button" onclick="goDetail({{value.id}})" value="进入查看" />{{/if}}
  354. {{if value.projectShowStatus == '已经成交'}}<input type="button" onclick="goDetail({{value.id}})" value="进入查看" />{{/if}}
  355. {{if value.projectShowStatus == '项目公示'}}<input type="button" onclick="goDetail({{value.id}})" value="进入查看" />{{/if}}
  356. </td>
  357. </tr>
  358. {{/each}}
  359. </script>
  360. <table width="100%;" style="table-layout: fixed;" id="biddingHallListContent"></table>
  361. </div>
  362. <div class="tableType">
  363. <p><i></i>未开始</p>
  364. <p><i></i>进行中</p>
  365. <p><i></i>已结束</p>
  366. </div>
  367. </div>
  368. <!--横幅-->
  369. <div class="m-t-25">
  370. <img src="static/images/lc_01.png" width="100%"/>
  371. </div>
  372. <!--内容-->
  373. <!-- <div class="m-t-35 center">-->
  374. <!-- &lt;!&ndash;交易项目 &ndash;&gt;-->
  375. <!-- <div class="centerLeft">-->
  376. <!-- <div class="centerLeft-top container">-->
  377. <!-- <p class="centerLeft-top-tit01">-->
  378. <!-- <span>供应</span>项目-->
  379. <!-- </p>-->
  380. <!--&lt;!&ndash; <script id="allViewCountData" type="text/html">&ndash;&gt;-->
  381. <!--&lt;!&ndash; {{each allViewCountList as value i}}&ndash;&gt;-->
  382. <!--&lt;!&ndash; <span>{{# value}}</span>&ndash;&gt;-->
  383. <!--&lt;!&ndash; {{/each}}&ndash;&gt;-->
  384. <!--&lt;!&ndash; 次围观&ndash;&gt;-->
  385. <!--&lt;!&ndash; </script>&ndash;&gt;-->
  386. <!--&lt;!&ndash; <p class="centerLeft-top-tit02" id="allViewCount"></p>&ndash;&gt;-->
  387. <!-- </div>-->
  388. <!-- <div class="centerLeft-center">-->
  389. <!-- <script id="deptTypeData" type="text/html">-->
  390. <!-- <span class="m-r-20 active" id="tab0" onclick="goListingChange(0)">全部</span>-->
  391. <!-- {{each deptTypeList as value i}}-->
  392. <!-- <span class="m-r-20" id="tab{{value.dictValue}}" onclick="goListingChange({{value.dictValue}})">{{# value.dictLabel}}</span>-->
  393. <!-- {{/each}}-->
  394. <!-- <span onclick="goListing()">更多></span>-->
  395. <!-- </script>-->
  396. <!-- <p class="centerleft-center-tit01" id="deptTypeContent"></p>-->
  397. <!-- <table width="100%" class="tableHead" style="table-layout: fixed;background: #d7f0d2;" >-->
  398. <!-- <tr>-->
  399. <!-- <td>项目名称</td>-->
  400. <!-- <td>转出价格</td>-->
  401. <!-- <td>转出方</td>-->
  402. <!-- <td>报名结束</td>-->
  403. <!-- <td>竞价结束</td>-->
  404. <!--&lt;!&ndash; <td>地址</td>&ndash;&gt;-->
  405. <!-- </tr>-->
  406. <!-- </table>-->
  407. <!-- <div class="tableList">-->
  408. <!-- <script id="landListData" type="text/html">-->
  409. <!-- {{each landListList as value i}}-->
  410. <!-- <tr onclick="goDetail({{value.id}})">-->
  411. <!-- <td title="{{value.projectName}}" style="text-align: left;">-->
  412. <!-- {{if value.projectShowStatus == '已经成交'}}-->
  413. <!-- <span style="background: #d7d7d7;color: #626262">-->
  414. <!-- {{/if}}-->
  415. <!-- {{if value.projectShowStatus == '项目公示'}}-->
  416. <!-- <span style="background: #007b76;color: #ffffff">-->
  417. <!-- {{/if}}-->
  418. <!-- {{if value.projectShowStatus == '正在报名'}}-->
  419. <!-- <span style="background: #e8041f;color: #ffffff">-->
  420. <!-- {{/if}}-->
  421. <!-- {{if value.projectShowStatus == '等待竞价' || value.projectShowStatus == '等待成交'}}-->
  422. <!-- <span style="background: #e7851c;color: #ffffff">-->
  423. <!-- {{/if}}-->
  424. <!-- {{if value.projectShowStatus == '正在竞价'}}-->
  425. <!-- <span style="background: #1c58bb;color: #ffffff">-->
  426. <!-- {{/if}}-->
  427. <!-- {{# value.projectShowStatus}}-->
  428. <!-- </span>-->
  429. <!-- {{# value.projectName}}-->
  430. <!-- </td>-->
  431. <!-- <td>{{# value.price}}{{# value.unit}}</td>-->
  432. <!-- <td style="text-align: left;">{{# value.outName}}</td>-->
  433. <!-- <td>{{# value.signupStopTime}}</td>-->
  434. <!-- <td>{{# value.biddingStopTime}}</td>-->
  435. <!--&lt;!&ndash; <td style="text-align: left;">{{# value.locationName}}</td>&ndash;&gt;-->
  436. <!-- </tr>-->
  437. <!-- {{/each}}-->
  438. <!-- </script>-->
  439. <!-- <table width="100%;" cellspacing="0" cellpadding="0" style="table-layout: fixed;" id="landListContent"></table>-->
  440. <!-- </div>-->
  441. <!-- </div>-->
  442. <!-- <div class="centerLeft-top container m-t-35">-->
  443. <!-- <p class="centerLeft-top-tit01">-->
  444. <!-- <span>需求</span>项目-->
  445. <!-- </p>-->
  446. <!--&lt;!&ndash; <script id="allViewCountData" type="text/html">&ndash;&gt;-->
  447. <!--&lt;!&ndash; {{each allViewCountList as value i}}&ndash;&gt;-->
  448. <!--&lt;!&ndash; <span>{{# value}}</span>&ndash;&gt;-->
  449. <!--&lt;!&ndash; {{/each}}&ndash;&gt;-->
  450. <!--&lt;!&ndash; 次围观&ndash;&gt;-->
  451. <!--&lt;!&ndash; </script>&ndash;&gt;-->
  452. <!--&lt;!&ndash; <p class="centerLeft-top-tit02" id="allViewCount"></p>&ndash;&gt;-->
  453. <!-- </div>-->
  454. <!-- <div class="centerLeft-center">-->
  455. <!-- <script id="deptTypeData1" type="text/html">-->
  456. <!-- <span class="m-r-20 active" id="tabs0" onclick="goListingChanges(0)">全部</span>-->
  457. <!-- {{each deptTypeList1 as value i}}-->
  458. <!-- <span class="m-r-20" id="tabs{{value.dictValue}}" onclick="goListingChanges({{value.dictValue}})">{{# value.dictLabel}}</span>-->
  459. <!-- {{/each}}-->
  460. <!-- <span onclick="goListing('collectiveAssets')">更多></span>-->
  461. <!-- </script>-->
  462. <!-- <p class="centerleft-center-tit01" id="deptTypeContent1"></p>-->
  463. <!-- <table width="100%" class="tableHead" style="table-layout: fixed;background: #c9e0fd;" >-->
  464. <!-- <tr>-->
  465. <!-- <td>项目名称</td>-->
  466. <!-- <td>需求价格</td>-->
  467. <!-- <td>需求方名称</td>-->
  468. <!-- <td>需求开始时间</td>-->
  469. <!-- <td>需求结束时间</td>-->
  470. <!-- <td>电话</td>-->
  471. <!-- </tr>-->
  472. <!-- </table>-->
  473. <!-- <div class="tableList">-->
  474. <!-- <script id="collectiveAssetsData" type="text/html">-->
  475. <!-- {{each collectiveAssetsList as value i}}-->
  476. <!-- <tr onclick="goDetail({{value.id}})">-->
  477. <!-- <td title="{{value.projectName}}">{{# value.projectName}}</td>-->
  478. <!-- <td>{{# value.price}}</td>-->
  479. <!-- <td>{{# value.needname}}</td>-->
  480. <!-- <td>{{# value.needStartTime}}</td>-->
  481. <!-- <td>{{# value.needStopTime}}</td>-->
  482. <!-- <td>{{# value.phone}}</td>-->
  483. <!-- </tr>-->
  484. <!-- {{/each}}-->
  485. <!-- </script>-->
  486. <!-- <table width="100%;" cellspacing="0" cellpadding="0" style="table-layout: fixed;" id="collectiveAssetsContent"></table>-->
  487. <!-- </div>-->
  488. <!-- </div>-->
  489. <!-- </div>-->
  490. <!-- </div>-->
  491. </div>
  492. <!--底部链接-->
  493. <div class="bottomLink">
  494. <div class="w-1200">
  495. <div class="w-1000 fl">
  496. <p class="bottomLink-tit"><img src="static/images/icon_link.png" alt=""/>友情链接</p>
  497. <script id="friendsLinksData" type="text/html">
  498. {{each friendsLinksList as value i}}
  499. <a href="{{value.url}}" target="_blank">{{value.name}}</a>
  500. {{/each}}
  501. </script>
  502. <div class="bottomLink-linkList" id="friendsLinksContent"></div>
  503. <p class="ba" id="webConfigRecord"></p>
  504. <p class="ba" id="webConfigAddress"></p>
  505. </div>
  506. <!-- <div class="ewm fr">-->
  507. <!-- <img src="../../static/images/ewm.jpg" width="110" height="110" alt="" />-->
  508. <!-- <p class="ewmtit">关注公众号 了解详情</p>-->
  509. <!-- </div>-->
  510. <div class="clear"></div>
  511. </div>
  512. </div>
  513. <script id="bannerFocusDataPC" type="text/html">
  514. <div class="pc01">
  515. <img src="/api{{focusListPC[0].picUrl}}" width="150" alt="">
  516. <p>安卓APP下载</p>
  517. </div>
  518. <div class="pc02">
  519. <img src="/api{{focusListPC[1].picUrl}}" width="150" alt="">
  520. <p>手机扫码打开</p>
  521. </div>
  522. </script>
  523. <div id="bannerFocusPCContent" style="position: absolute;top: 0;z-index: 999"></div>
  524. </div>
  525. </body>
  526. <script src="./static/js/common/require.js" data-main="./static/js/common/main.js?t=101" id="require-page"
  527. target-module="./static/js/project/index.js" defer type="text/javascript"></script>
  528. </html>