Browse Source

荣成产交

RongCheng
庞东旭 1 year ago
parent
commit
8b4226caa0
29 changed files with 75 additions and 74 deletions
  1. +13
    -16
      index.html
  2. +1
    -1
      static/css/index.css
  3. BIN
      static/images/icon_link.png
  4. +1
    -1
      static/js/project/listingItems/itemsList.js
  5. +2
    -2
      view/announcement/announcement.html
  6. +2
    -2
      view/announcement/announcementDetail.html
  7. +2
    -2
      view/announcement/announcementNew.html
  8. +2
    -2
      view/announcement/attestation.html
  9. +2
    -2
      view/announcement/inviteTendersDetail.html
  10. +2
    -2
      view/announcement/warrantDetail.html
  11. +2
    -2
      view/announcement/winTheBiddingDetail.html
  12. +2
    -2
      view/bidding/biddingList.html
  13. +2
    -2
      view/demand/demand.html
  14. +2
    -2
      view/demand/demandDetail.html
  15. +2
    -2
      view/interact/interactList.html
  16. +2
    -2
      view/listingItems/bond.html
  17. +11
    -11
      view/listingItems/itemsDetail.html
  18. +7
    -3
      view/listingItems/itemsList.html
  19. +2
    -2
      view/listingItems/itemsNeedsDetail.html
  20. +2
    -2
      view/listingItems/itemsNeedsList.html
  21. +1
    -1
      view/login/login.html
  22. +1
    -1
      view/login/register.html
  23. +1
    -1
      view/login/registerExplain.html
  24. +1
    -1
      view/login/registerFrom.html
  25. +2
    -2
      view/new/newDetail.html
  26. +2
    -2
      view/new/newList.html
  27. +2
    -2
      view/policy/policy.html
  28. +2
    -2
      view/policy/policyDetail.html
  29. +2
    -2
      view/user/user.html

+ 13
- 16
index.html View File

@@ -8,7 +8,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="keywords" content="" /> <meta name="keywords" content="" />
<meta name="description" cxontent="" />
<meta name="description" content="" />
<link href="./static/css/main.css" rel="stylesheet" type="text/css" /> <link href="./static/css/main.css" rel="stylesheet" type="text/css" />
<link href="./static/css/index.css" rel="stylesheet" type="text/css" /> <link href="./static/css/index.css" rel="stylesheet" type="text/css" />
</head> </head>
@@ -64,7 +64,7 @@
<div class="clear"></div> <div class="clear"></div>
</div> </div>


<!--顶部导航栏 -->
<!--顶部导航栏-->
<div class="top"> <div class="top">
<ul class="container w-1200"> <ul class="container w-1200">
<li class="active"><a href="javascript:void(0)">首页</a></li> <li class="active"><a href="javascript:void(0)">首页</a></li>
@@ -75,13 +75,13 @@
<li><a href="view/announcement/announcementNew.html">招标公告</a></li> <li><a href="view/announcement/announcementNew.html">招标公告</a></li>
</ul> </ul>
</div> </div>
<!--banner及左侧导航 -->
<!--banner及左侧导航-->
<div class="banner"> <div class="banner">
<script id="bannerFocusData" type="text/html"> <script id="bannerFocusData" type="text/html">
{{each focusList as value i}} {{each focusList as value i}}
<div class="swiper-slide"> <div class="swiper-slide">
<a href="view/new/newDetail.html?id={{value.id}}">{{# value.img}}</a> <a href="view/new/newDetail.html?id={{value.id}}">{{# value.img}}</a>
<!-- <a href="view/new/newDetail.html?id={{value.id}}"><p>{{# value.title}}</p></a>-->
<!--<a href="view/new/newDetail.html?id={{value.id}}"><p>{{# value.title}}</p></a>-->
</div> </div>
{{/each}} {{/each}}
</script> </script>
@@ -188,7 +188,7 @@
<img src="static/images/index_center_right_icon.png" alt=""> <img src="static/images/index_center_right_icon.png" alt="">
</div> </div>


<!--交易项目 -->
<!--交易项目-->
<div class="m-t-40 center_main_jyxm"> <div class="m-t-40 center_main_jyxm">
<div class="bannerLeft_tt"> <div class="bannerLeft_tt">
<p class="bannerLeft_tt_jyxm">交易项目</p> <p class="bannerLeft_tt_jyxm">交易项目</p>
@@ -202,7 +202,7 @@
<script id="landListData" type="text/html"> <script id="landListData" type="text/html">
{{each landListList as value i}} {{each landListList as value i}}
<div class="centerLeft-center-middle" onclick="goDetail({{value.id}})" style="cursor: pointer;"> <div class="centerLeft-center-middle" onclick="goDetail({{value.id}})" style="cursor: pointer;">
<!-- 项目<br />公示-->
<!--项目<br />公示-->
{{if value.projectShowStatus == '已经成交'}} {{if value.projectShowStatus == '已经成交'}}
<p class="centerLeft-center-lable" style="background: #d7d7d7;color: #626262"> <p class="centerLeft-center-lable" style="background: #d7d7d7;color: #626262">
{{/if}} {{/if}}
@@ -266,7 +266,7 @@
<script id="collectiveAssetsData" type="text/html"> <script id="collectiveAssetsData" type="text/html">
{{each collectiveAssetsList as value i}} {{each collectiveAssetsList as value i}}
<div class="centerLeft-center-middle" onclick="goDetail({{value.id}})" style="cursor: pointer;"> <div class="centerLeft-center-middle" onclick="goDetail({{value.id}})" style="cursor: pointer;">
<!-- 项目<br />公示-->
<!--项目<br />公示-->
{{if value.fileUrl == null}} {{if value.fileUrl == null}}
<img src="/static/images/zwtp.jpg" alt="" width="100%" height="152px"/> <img src="/static/images/zwtp.jpg" alt="" width="100%" height="152px"/>
{{else}} {{else}}
@@ -312,7 +312,7 @@
<div class="container" style="display: none" id="collectiveAssetsContent"></div> <div class="container" style="display: none" id="collectiveAssetsContent"></div>
</div> </div>


<!--竞价大厅 -->
<!--竞价大厅-->
<div class="m-t-40 bidding"> <div class="m-t-40 bidding">
<div class="bannerLeft_tt"> <div class="bannerLeft_tt">
<p class="bannerLeft_tt_jjdt">竞价大厅</p> <p class="bannerLeft_tt_jjdt">竞价大厅</p>
@@ -349,8 +349,7 @@
{{value.money}} {{value.money}}
{{/if}} {{/if}}
</td> </td>
<td>{{value.timeType}}</td>
<td>
<td>{{value.projectShowStatus}}</td>
<td> <td>
{{if value.projectShowStatus == '正在报名'}}<input type="button" onclick="goDetail({{value.id}})" value="我要报名" />{{/if}} {{if value.projectShowStatus == '正在报名'}}<input type="button" onclick="goDetail({{value.id}})" value="我要报名" />{{/if}}
{{if value.projectShowStatus == '正在竞价'}}<input type="button" onclick="goDetail({{value.id}})" value="我要竞价" />{{/if}} {{if value.projectShowStatus == '正在竞价'}}<input type="button" onclick="goDetail({{value.id}})" value="我要竞价" />{{/if}}
@@ -359,7 +358,6 @@
{{if value.projectShowStatus == '已经成交'}}<input type="button" onclick="goDetail({{value.id}})" value="进入查看" />{{/if}} {{if value.projectShowStatus == '已经成交'}}<input type="button" onclick="goDetail({{value.id}})" value="进入查看" />{{/if}}
{{if value.projectShowStatus == '项目公示'}}<input type="button" onclick="goDetail({{value.id}})" value="进入查看" />{{/if}} {{if value.projectShowStatus == '项目公示'}}<input type="button" onclick="goDetail({{value.id}})" value="进入查看" />{{/if}}
</td> </td>
</td>
</tr> </tr>
{{/each}} {{/each}}
</script> </script>
@@ -372,12 +370,12 @@
</div> </div>
</div> </div>


<!--横幅 -->
<!--横幅-->
<div class="m-t-25"> <div class="m-t-25">
<img src="static/images/lc_01.png" width="100%"/> <img src="static/images/lc_01.png" width="100%"/>
</div> </div>


<!--内容 -->
<!--内容-->
<!-- <div class="m-t-35 center">--> <!-- <div class="m-t-35 center">-->
<!-- &lt;!&ndash;交易项目 &ndash;&gt;--> <!-- &lt;!&ndash;交易项目 &ndash;&gt;-->
<!-- <div class="centerLeft">--> <!-- <div class="centerLeft">-->
@@ -499,11 +497,11 @@


</div> </div>


<!--底部链接 -->
<!--底部链接-->
<div class="bottomLink"> <div class="bottomLink">
<div class="w-1200"> <div class="w-1200">
<div class="w-1000 fl"> <div class="w-1000 fl">
<p class="bottomLink-tit"><img src="../static/images/newBusinessEntities/icon_link.png" alt=""/>友情链接</p>
<p class="bottomLink-tit"><img src="static/images/icon_link.png" alt=""/>友情链接</p>
<script id="friendsLinksData" type="text/html"> <script id="friendsLinksData" type="text/html">
{{each friendsLinksList as value i}} {{each friendsLinksList as value i}}
<a href="{{value.url}}" target="_blank">{{value.name}}</a> <a href="{{value.url}}" target="_blank">{{value.name}}</a>
@@ -537,5 +535,4 @@
</body> </body>
<script src="./static/js/common/require.js" data-main="./static/js/common/main.js?t=101" id="require-page" <script src="./static/js/common/require.js" data-main="./static/js/common/main.js?t=101" id="require-page"
target-module="./static/js/project/index.js" defer type="text/javascript"></script> target-module="./static/js/project/index.js" defer type="text/javascript"></script>

</html> </html>

+ 1
- 1
static/css/index.css View File

@@ -1402,7 +1402,7 @@ label input[type="radio"]:checked+span {
} }


.userName{ .userName{
font-size: 12px;
font-size: 16px;
color: #000!important; color: #000!important;
margin: 0!important; margin: 0!important;
/*padding: 10px 0;*/ /*padding: 10px 0;*/


BIN
static/images/icon_link.png View File

Before After
Width: 17  |  Height: 14  |  Size: 1.3 KiB

+ 1
- 1
static/js/project/listingItems/itemsList.js View File

@@ -189,7 +189,7 @@ define(['jquery', "template", "Tools", "itemsApi", "paging", 'dateTime', 'swiper
//交易项目列表 //交易项目列表
module.itemList = function (data) { module.itemList = function (data) {
if (data.code == 200) { if (data.code == 200) {
//console.log(data)
console.log(serverApi)
module.data.serverApi = serverApi; module.data.serverApi = serverApi;
var content = data.rows; var content = data.rows;
var pageCount = (data.total / module.data.pageSize).toFixed(0); var pageCount = (data.total / module.data.pageSize).toFixed(0);


+ 2
- 2
view/announcement/announcement.html View File

@@ -30,13 +30,13 @@
<a href="../../view/login/register.html"> 免费注册</a> <a href="../../view/login/register.html"> 免费注册</a>
</div> </div>
<div class="userInfo_main" id="userInfo" style="display: none;"> <div class="userInfo_main" id="userInfo" style="display: none;">
<img src="../../static/images/login_icon.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/>
<img src="../../static/images/login_icon.png" class="block fl m-r-10" alt=""/>
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a>
<div class="clear"></div> <div class="clear"></div>
</div> </div>
<div class="headHover" id="headHover" style="display: none;"> <div class="headHover" id="headHover" style="display: none;">
<ul> <ul>
<li>
<li style="display: none;">
<p id="userRealName2">Sherry</p> <p id="userRealName2">Sherry</p>
</li> </li>
<li class="m-t-5"> <li class="m-t-5">


+ 2
- 2
view/announcement/announcementDetail.html View File

@@ -26,13 +26,13 @@
<a href="../../view/login/register.html"> 免费注册</a> <a href="../../view/login/register.html"> 免费注册</a>
</div> </div>
<div class="userInfo_main" id="userInfo" style="display: none;"> <div class="userInfo_main" id="userInfo" style="display: none;">
<img src="../../static/images/login_icon.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/>
<img src="../../static/images/login_icon.png" class="block fl m-r-10" alt=""/>
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a>
<div class="clear"></div> <div class="clear"></div>
</div> </div>
<div class="headHover" id="headHover" style="display: none;"> <div class="headHover" id="headHover" style="display: none;">
<ul> <ul>
<li>
<li style="display: none;">
<p id="userRealName2">Sherry</p> <p id="userRealName2">Sherry</p>
</li> </li>
<li class="m-t-5"> <li class="m-t-5">


+ 2
- 2
view/announcement/announcementNew.html View File

@@ -30,13 +30,13 @@
<a href="../../view/login/register.html"> 免费注册</a> <a href="../../view/login/register.html"> 免费注册</a>
</div> </div>
<div class="userInfo_main" id="userInfo" style="display: none;"> <div class="userInfo_main" id="userInfo" style="display: none;">
<img src="../../static/images/login_icon.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/>
<img src="../../static/images/login_icon.png" class="block fl m-r-10" alt=""/>
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a>
<div class="clear"></div> <div class="clear"></div>
</div> </div>
<div class="headHover" id="headHover" style="display: none;"> <div class="headHover" id="headHover" style="display: none;">
<ul> <ul>
<li>
<li style="display: none;">
<p id="userRealName2">Sherry</p> <p id="userRealName2">Sherry</p>
</li> </li>
<li class="m-t-5"> <li class="m-t-5">


+ 2
- 2
view/announcement/attestation.html View File

@@ -26,13 +26,13 @@
<a href="../../view/login/register.html"> 免费注册</a> <a href="../../view/login/register.html"> 免费注册</a>
</div> </div>
<div class="userInfo_main" id="userInfo" style="display: none;"> <div class="userInfo_main" id="userInfo" style="display: none;">
<img src="../../static/images/login_icon.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/>
<img src="../../static/images/login_icon.png" class="block fl m-r-10" alt=""/>
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a>
<div class="clear"></div> <div class="clear"></div>
</div> </div>
<div class="headHover" id="headHover" style="display: none;"> <div class="headHover" id="headHover" style="display: none;">
<ul> <ul>
<li>
<li style="display: none;">
<p id="userRealName2">Sherry</p> <p id="userRealName2">Sherry</p>
</li> </li>
<li class="m-t-5"> <li class="m-t-5">


+ 2
- 2
view/announcement/inviteTendersDetail.html View File

@@ -26,13 +26,13 @@
<a href="../../view/login/register.html"> 免费注册</a> <a href="../../view/login/register.html"> 免费注册</a>
</div> </div>
<div class="userInfo_main" id="userInfo" style="display: none;"> <div class="userInfo_main" id="userInfo" style="display: none;">
<img src="../../static/images/login_icon.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/>
<img src="../../static/images/login_icon.png" class="block fl m-r-10" alt=""/>
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a>
<div class="clear"></div> <div class="clear"></div>
</div> </div>
<div class="headHover" id="headHover" style="display: none;"> <div class="headHover" id="headHover" style="display: none;">
<ul> <ul>
<li>
<li style="display: none;">
<p id="userRealName2">Sherry</p> <p id="userRealName2">Sherry</p>
</li> </li>
<li class="m-t-5"> <li class="m-t-5">


+ 2
- 2
view/announcement/warrantDetail.html View File

@@ -72,13 +72,13 @@
</div> </div>
<div class="fr" id="userInfo" style="display: none;"> <div class="fr" id="userInfo" style="display: none;">
<img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 3px" alt=""/> <img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 3px" alt=""/>
<img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/>
<img src="../../static/images/member.png" class="block fl m-r-10" alt=""/>
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a>
<div class="clear"></div> <div class="clear"></div>
</div> </div>
<div class="headHover" id="headHover" style="display: none;"> <div class="headHover" id="headHover" style="display: none;">
<ul> <ul>
<li>
<li style="display: none;">
<p id="userRealName2">Sherry</p> <p id="userRealName2">Sherry</p>
</li> </li>
<li class="m-t-5"> <li class="m-t-5">


+ 2
- 2
view/announcement/winTheBiddingDetail.html View File

@@ -26,13 +26,13 @@
<a href="../../view/login/register.html"> 免费注册</a> <a href="../../view/login/register.html"> 免费注册</a>
</div> </div>
<div class="userInfo_main" id="userInfo" style="display: none;"> <div class="userInfo_main" id="userInfo" style="display: none;">
<img src="../../static/images/login_icon.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/>
<img src="../../static/images/login_icon.png" class="block fl m-r-10" alt=""/>
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a>
<div class="clear"></div> <div class="clear"></div>
</div> </div>
<div class="headHover" id="headHover" style="display: none;"> <div class="headHover" id="headHover" style="display: none;">
<ul> <ul>
<li>
<li style="display: none;">
<p id="userRealName2">Sherry</p> <p id="userRealName2">Sherry</p>
</li> </li>
<li class="m-t-5"> <li class="m-t-5">


+ 2
- 2
view/bidding/biddingList.html View File

@@ -29,13 +29,13 @@
<a href="../../view/login/register.html"> 免费注册</a> <a href="../../view/login/register.html"> 免费注册</a>
</div> </div>
<div class="userInfo_main" id="userInfo" style="display: none;"> <div class="userInfo_main" id="userInfo" style="display: none;">
<img src="../../static/images/login_icon.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/>
<img src="../../static/images/login_icon.png" class="block fl m-r-10" alt=""/>
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a>
<div class="clear"></div> <div class="clear"></div>
</div> </div>
<div class="headHover" id="headHover" style="display: none;"> <div class="headHover" id="headHover" style="display: none;">
<ul> <ul>
<li>
<li style="display: none;">
<p id="userRealName2">Sherry</p> <p id="userRealName2">Sherry</p>
</li> </li>
<li class="m-t-5"> <li class="m-t-5">


+ 2
- 2
view/demand/demand.html View File

@@ -73,13 +73,13 @@
</div> </div>
<div class="fr" id="userInfo" style="display: none;"> <div class="fr" id="userInfo" style="display: none;">
<img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 3px" alt=""/> <img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 3px" alt=""/>
<img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/>
<img src="../../static/images/member.png" class="block fl m-r-10" alt=""/>
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a>
<div class="clear"></div> <div class="clear"></div>
</div> </div>
<div class="headHover" id="headHover" style="display: none;"> <div class="headHover" id="headHover" style="display: none;">
<ul> <ul>
<li>
<li style="display: none;">
<p id="userRealName2">Sherry</p> <p id="userRealName2">Sherry</p>
</li> </li>
<li class="m-t-5"> <li class="m-t-5">


+ 2
- 2
view/demand/demandDetail.html View File

@@ -73,13 +73,13 @@
</div> </div>
<div class="fr" id="userInfo" style="display: none;"> <div class="fr" id="userInfo" style="display: none;">
<img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 3px" alt=""/> <img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 3px" alt=""/>
<img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/>
<img src="../../static/images/member.png" class="block fl m-r-10" alt=""/>
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a>
<div class="clear"></div> <div class="clear"></div>
</div> </div>
<div class="headHover" id="headHover" style="display: none;"> <div class="headHover" id="headHover" style="display: none;">
<ul> <ul>
<li>
<li style="display: none;">
<p id="userRealName2">Sherry</p> <p id="userRealName2">Sherry</p>
</li> </li>
<li class="m-t-5"> <li class="m-t-5">


+ 2
- 2
view/interact/interactList.html View File

@@ -73,13 +73,13 @@
</div> </div>
<div class="fr" id="userInfo" style="display: none;"> <div class="fr" id="userInfo" style="display: none;">
<img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 3px" alt=""/> <img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 3px" alt=""/>
<img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/>
<img src="../../static/images/member.png" class="block fl m-r-10" alt=""/>
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a>
<div class="clear"></div> <div class="clear"></div>
</div> </div>
<div class="headHover" id="headHover" style="display: none;"> <div class="headHover" id="headHover" style="display: none;">
<ul> <ul>
<li>
<li style="display: none;">
<p id="userRealName2">Sherry</p> <p id="userRealName2">Sherry</p>
</li> </li>
<li class="m-t-5"> <li class="m-t-5">


+ 2
- 2
view/listingItems/bond.html View File

@@ -74,13 +74,13 @@
</div> </div>
<div class="fr" id="userInfo" style="display: none;"> <div class="fr" id="userInfo" style="display: none;">
<img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 3px" alt=""/> <img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 3px" alt=""/>
<img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/>
<img src="../../static/images/member.png" class="block fl m-r-10" alt=""/>
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a>
<div class="clear"></div> <div class="clear"></div>
</div> </div>
<div class="headHover" id="headHover" style="display: none;"> <div class="headHover" id="headHover" style="display: none;">
<ul> <ul>
<li>
<li style="display: none;">
<p id="userRealName2">Sherry</p> <p id="userRealName2">Sherry</p>
</li> </li>
<li class="m-t-5"> <li class="m-t-5">


+ 11
- 11
view/listingItems/itemsDetail.html View File

@@ -32,13 +32,13 @@
<a href="../../view/login/register.html"> 免费注册</a> <a href="../../view/login/register.html"> 免费注册</a>
</div> </div>
<div class="userInfo_main" id="userInfo" style="display: none;"> <div class="userInfo_main" id="userInfo" style="display: none;">
<img src="../../static/images/login_icon.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/>
<img src="../../static/images/login_icon.png" class="block fl m-r-10" alt=""/>
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a>
<div class="clear"></div> <div class="clear"></div>
</div> </div>
<div class="headHover" id="headHover" style="display: none;"> <div class="headHover" id="headHover" style="display: none;">
<ul> <ul>
<li>
<li style="display: none;">
<p id="userRealName2">Sherry</p> <p id="userRealName2">Sherry</p>
</li> </li>
<li class="m-t-5"> <li class="m-t-5">
@@ -81,8 +81,8 @@
<div class="top"> <div class="top">
<ul class="container w-1200"> <ul class="container w-1200">
<li><a href="../../index.html">首页</a></li> <li><a href="../../index.html">首页</a></li>
<li class="active"><a href="../bidding/biddingList.html">竞价大厅</a></li>
<li><a href="../listingItems/itemsList.html">供应项目</a></li>
<li><a href="../bidding/biddingList.html">竞价大厅</a></li>
<li class="active"><a href="../listingItems/itemsList.html">供应项目</a></li>
<li><a href="../listingItems/itemsNeedsList.html?clickType=collectiveAssets">需求项目</a></li> <li><a href="../listingItems/itemsNeedsList.html?clickType=collectiveAssets">需求项目</a></li>
<li><a href="../announcement/announcement.html">交易公告</a></li> <li><a href="../announcement/announcement.html">交易公告</a></li>
<li><a href="../announcement/announcementNew.html">招标公告</a></li> <li><a href="../announcement/announcementNew.html">招标公告</a></li>
@@ -93,7 +93,7 @@
<div id="outProjectInformationContent"></div> <div id="outProjectInformationContent"></div>
<script id="outProjectInformationData" type="text/html"> <script id="outProjectInformationData" type="text/html">


<p class="font16 m-t-15 titIndex"><b style="cursor:pointer;" onclick="self.location=document.referrer;">竞价大厅</b><i>></i><span>{{outProjectInformationDetail.projectName}}</span></p>
<p class="font16 m-t-15 titIndex"><b style="cursor:pointer;" onclick="self.location=document.referrer;">交易项目</b><i>></i><span>{{outProjectInformationDetail.projectName}}</span></p>
<p class="importantText m-t-15" id="importantTitle">{{importantTitle}}</p> <p class="importantText m-t-15" id="importantTitle">{{importantTitle}}</p>


<div class="swiperDiv"> <div class="swiperDiv">
@@ -171,11 +171,11 @@
<td>保证金</td> <td>保证金</td>
<td><span>{{outProjectInformationDetail.deposit}}</span> 元</td> <td><span>{{outProjectInformationDetail.deposit}}</span> 元</td>
</tr> </tr>
{{if outProjectInformationDetail.biddingType != '自由竞价' && biddinglistInformationDetail.length>0}}
<tr>
{{if outProjectInformationDetail.biddingType != '自由竞价'}}
<tr id="showNowMoney" style="display: none;">
<td>当前价格</td> <td>当前价格</td>
<td> <td>
<span id="nowMoney">{{biddinglistInformationDetail[0].money}}</span> 元
<b id="nowMoneyBlock"></b>
<span style="display: none;" id="timeDown"></span> <span style="display: none;" id="timeDown"></span>
</td> </td>
</tr> </tr>
@@ -245,15 +245,15 @@
</tr> </tr>
<tr> <tr>
<td>竞价开始时间:{{outProjectInformationDetail.biddingStartTime}}</td> <td>竞价开始时间:{{outProjectInformationDetail.biddingStartTime}}</td>
<td>竞价结束时间:<span id="stopTime">{{outProjectInformationDetail.biddingStopTime}}</span></td>
<td>竞价结束时间:{{outProjectInformationDetail.biddingStopSetime}}</td>
</tr> </tr>
<tr> <tr>
<td>竞价方式:{{outProjectInformationDetail.biddingType}}<i title="友情提示:非拍卖竞价方式下,竞价过程中不显示竞价记录!" class="wh">?</i></td>
<td>竞价方式:{{outProjectInformationDetail.biddingType}}<i title="友情提示:规则详情请看下边的竞买须知!" class="wh">?</i></td>
<td>竞价方向:{{outProjectInformationDetail.biddingDirect}}</td> <td>竞价方向:{{outProjectInformationDetail.biddingDirect}}</td>
</tr> </tr>
<tr> <tr>
{{if outProjectInformationDetail.delayPeriod!=0}} {{if outProjectInformationDetail.delayPeriod!=0}}
<td>延时周期:{{outProjectInformationDetail.delayPeriod}}秒<i title="延时周期说明:竞价的最后{{outProjectInformationDetail.delayPeriod}}秒内,任意方出价,距结束时间将延长{{outProjectInformationDetail.delayPeriod}}秒,直至无人出价为止" class="wh">?</i></td>
<td>延时周期:{{outProjectInformationDetail.delayPeriod}}秒<i title="延时说明:自由竞价期结束后,进入{{outProjectInformationDetail.delayPeriod}}秒延时竞价期;延时竞价期内但凡有出价,则继续延时竞价,直至无人出价!" class="wh">?</i></td>
{{/if}} {{/if}}
{{if outProjectInformationDetail.biddingType == '阶梯竞价'}} {{if outProjectInformationDetail.biddingType == '阶梯竞价'}}
<td>阶梯价(增减幅度): <td>阶梯价(增减幅度):


+ 7
- 3
view/listingItems/itemsList.html View File

@@ -31,13 +31,13 @@
<a href="../../view/login/register.html"> 免费注册</a> <a href="../../view/login/register.html"> 免费注册</a>
</div> </div>
<div class="userInfo_main" id="userInfo" style="display: none;"> <div class="userInfo_main" id="userInfo" style="display: none;">
<img src="../../static/images/login_icon.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/>
<img src="../../static/images/login_icon.png" class="block fl m-r-10" alt=""/>
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a>
<div class="clear"></div> <div class="clear"></div>
</div> </div>
<div class="headHover" id="headHover" style="display: none;"> <div class="headHover" id="headHover" style="display: none;">
<ul> <ul>
<li>
<li style="display: none;">
<p id="userRealName2">Sherry</p> <p id="userRealName2">Sherry</p>
</li> </li>
<li class="m-t-5"> <li class="m-t-5">
@@ -243,7 +243,11 @@
</div> </div>
{{each itemsInformationList as value i}} {{each itemsInformationList as value i}}
<div onclick="goDetail({{value.id}})" class="centerLeft_center"> <div onclick="goDetail({{value.id}})" class="centerLeft_center">
<img src="../../static/images/zwtp.jpg" alt="">
{{if value.fileUrl == null}}
<img src="../../static/images/zwtp.jpg" alt=""/>
{{else}}
<img src="{{serverApi}}{{value.fileUrl}}" alt=""/>
{{/if}}
<div style="flex: 1;width: calc(100% - 325px);"> <div style="flex: 1;width: calc(100% - 325px);">
<div class="centerLeft-center-middle-block"> <div class="centerLeft-center-middle-block">
<p class="centerLeft-center-middle-tit01"> <p class="centerLeft-center-middle-tit01">


+ 2
- 2
view/listingItems/itemsNeedsDetail.html View File

@@ -25,13 +25,13 @@
<a href="../../view/login/register.html"> 免费注册</a> <a href="../../view/login/register.html"> 免费注册</a>
</div> </div>
<div class="userInfo_main" id="userInfo" style="display: none;"> <div class="userInfo_main" id="userInfo" style="display: none;">
<img src="../../static/images/login_icon.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/>
<img src="../../static/images/login_icon.png" class="block fl m-r-10" alt=""/>
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a>
<div class="clear"></div> <div class="clear"></div>
</div> </div>
<div class="headHover" id="headHover" style="display: none;"> <div class="headHover" id="headHover" style="display: none;">
<ul> <ul>
<li>
<li style="display: none;">
<p id="userRealName2">Sherry</p> <p id="userRealName2">Sherry</p>
</li> </li>
<li class="m-t-5"> <li class="m-t-5">


+ 2
- 2
view/listingItems/itemsNeedsList.html View File

@@ -31,13 +31,13 @@
<a href="../../view/login/register.html"> 免费注册</a> <a href="../../view/login/register.html"> 免费注册</a>
</div> </div>
<div class="userInfo_main" id="userInfo" style="display: none;"> <div class="userInfo_main" id="userInfo" style="display: none;">
<img src="../../static/images/login_icon.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/>
<img src="../../static/images/login_icon.png" class="block fl m-r-10" alt=""/>
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a>
<div class="clear"></div> <div class="clear"></div>
</div> </div>
<div class="headHover" id="headHover" style="display: none;"> <div class="headHover" id="headHover" style="display: none;">
<ul> <ul>
<li>
<li style="display: none;">
<p id="userRealName2">Sherry</p> <p id="userRealName2">Sherry</p>
</li> </li>
<li class="m-t-5"> <li class="m-t-5">


+ 1
- 1
view/login/login.html View File

@@ -68,7 +68,7 @@
</div> </div>
<div class="headHover" id="headHover" style="display: none;"> <div class="headHover" id="headHover" style="display: none;">
<ul> <ul>
<li>
<li style="display: none;">
<p id="userRealName2">Sherry</p> <p id="userRealName2">Sherry</p>
</li> </li>
<li class="m-t-5"> <li class="m-t-5">


+ 1
- 1
view/login/register.html View File

@@ -68,7 +68,7 @@
</div> </div>
<div class="headHover" id="headHover" style="display: none;"> <div class="headHover" id="headHover" style="display: none;">
<ul> <ul>
<li>
<li style="display: none;">
<p id="userRealName2">Sherry</p> <p id="userRealName2">Sherry</p>
</li> </li>
<li class="m-t-5"> <li class="m-t-5">


+ 1
- 1
view/login/registerExplain.html View File

@@ -68,7 +68,7 @@
</div> </div>
<div class="headHover" id="headHover" style="display: none;"> <div class="headHover" id="headHover" style="display: none;">
<ul> <ul>
<li>
<li style="display: none;">
<p id="userRealName2">Sherry</p> <p id="userRealName2">Sherry</p>
</li> </li>
<li class="m-t-5"> <li class="m-t-5">


+ 1
- 1
view/login/registerFrom.html View File

@@ -68,7 +68,7 @@
</div> </div>
<div class="headHover" id="headHover" style="display: none;"> <div class="headHover" id="headHover" style="display: none;">
<ul> <ul>
<li>
<li style="display: none;">
<p id="userRealName2">Sherry</p> <p id="userRealName2">Sherry</p>
</li> </li>
<li class="m-t-5"> <li class="m-t-5">


+ 2
- 2
view/new/newDetail.html View File

@@ -72,13 +72,13 @@
</div> </div>
<div class="fr" id="userInfo" style="display: none;"> <div class="fr" id="userInfo" style="display: none;">
<img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 3px" alt=""/> <img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 3px" alt=""/>
<img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/>
<img src="../../static/images/member.png" class="block fl m-r-10" alt=""/>
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a>
<div class="clear"></div> <div class="clear"></div>
</div> </div>
<div class="headHover" id="headHover" style="display: none;"> <div class="headHover" id="headHover" style="display: none;">
<ul> <ul>
<li>
<li style="display: none;">
<p id="userRealName2">Sherry</p> <p id="userRealName2">Sherry</p>
</li> </li>
<li class="m-t-5"> <li class="m-t-5">


+ 2
- 2
view/new/newList.html View File

@@ -73,13 +73,13 @@
</div> </div>
<div class="fr" id="userInfo" style="display: none;"> <div class="fr" id="userInfo" style="display: none;">
<img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 3px" alt=""/> <img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 3px" alt=""/>
<img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/>
<img src="../../static/images/member.png" class="block fl m-r-10" alt=""/>
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a>
<div class="clear"></div> <div class="clear"></div>
</div> </div>
<div class="headHover" id="headHover" style="display: none;"> <div class="headHover" id="headHover" style="display: none;">
<ul> <ul>
<li>
<li style="display: none;">
<p id="userRealName2">Sherry</p> <p id="userRealName2">Sherry</p>
</li> </li>
<li class="m-t-5"> <li class="m-t-5">


+ 2
- 2
view/policy/policy.html View File

@@ -75,13 +75,13 @@
</div> </div>
<div class="fr" id="userInfo" style="display: none;"> <div class="fr" id="userInfo" style="display: none;">
<img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 3px" alt=""/> <img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 3px" alt=""/>
<img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/>
<img src="../../static/images/member.png" class="block fl m-r-10" alt=""/>
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a>
<div class="clear"></div> <div class="clear"></div>
</div> </div>
<div class="headHover" id="headHover" style="display: none;"> <div class="headHover" id="headHover" style="display: none;">
<ul> <ul>
<li>
<li style="display: none;">
<p id="userRealName2">Sherry</p> <p id="userRealName2">Sherry</p>
</li> </li>
<li class="m-t-5"> <li class="m-t-5">


+ 2
- 2
view/policy/policyDetail.html View File

@@ -72,13 +72,13 @@
</div> </div>
<div class="fr" id="userInfo" style="display: none;"> <div class="fr" id="userInfo" style="display: none;">
<img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 3px" alt=""/> <img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 3px" alt=""/>
<img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/>
<img src="../../static/images/member.png" class="block fl m-r-10" alt=""/>
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a>
<div class="clear"></div> <div class="clear"></div>
</div> </div>
<div class="headHover" id="headHover" style="display: none;"> <div class="headHover" id="headHover" style="display: none;">
<ul> <ul>
<li>
<li style="display: none;">
<p id="userRealName2">Sherry</p> <p id="userRealName2">Sherry</p>
</li> </li>
<li class="m-t-5"> <li class="m-t-5">


+ 2
- 2
view/user/user.html View File

@@ -28,13 +28,13 @@
<a href="../../view/login/register.html"> 免费注册</a> <a href="../../view/login/register.html"> 免费注册</a>
</div> </div>
<div class="userInfo_main" id="userInfo" style="display: none;"> <div class="userInfo_main" id="userInfo" style="display: none;">
<img src="../../static/images/login_icon.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/>
<img src="../../static/images/login_icon.png" class="block fl m-r-10" alt=""/>
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a>
<div class="clear"></div> <div class="clear"></div>
</div> </div>
<div class="headHover" id="headHover" style="display: none;"> <div class="headHover" id="headHover" style="display: none;">
<ul> <ul>
<li>
<li style="display: none;">
<p id="userRealName2">Sherry</p> <p id="userRealName2">Sherry</p>
</li> </li>
<li class="m-t-5"> <li class="m-t-5">


Loading…
Cancel
Save