Bladeren bron

产权交易

RongCheng
庞东旭 2 jaren geleden
bovenliggende
commit
30a9513c7b
2 gewijzigde bestanden met toevoegingen van 7 en 9 verwijderingen
  1. +4
    -6
      index.html
  2. +3
    -3
      static/js/project/index.js

+ 4
- 6
index.html Bestand weergeven

@@ -198,9 +198,7 @@
<div class="centerLeft-center">
<div>
<p class="centerleft-center-tit01">
<span class="m-r-20">土地</span>
<span class="m-r-20">林权</span>
<span class="m-r-20">四荒地</span>
<span class="m-r-20">承包士地经营权</span>
<span onclick="goListing()">更多></span>
</p>
<table width="100%" class="tableHead" style="table-layout: fixed;" >
@@ -250,7 +248,7 @@
</div>
<div>
<p class="centerleft-center-tit01">
<span class="m-r-20">集体资产</span>
<span class="m-r-20">农村集体经营性资产</span>
<span onclick="goListing()">更多></span>
</p>
<table width="100%" class="tableHead" style="table-layout: fixed;" >
@@ -300,7 +298,7 @@
</div>
<div>
<p class="centerleft-center-tit01">
<span class="m-r-20">农业生产设备</span>
<span class="m-r-20">宅基地使用权</span>
<span onclick="goListing()">更多></span>
</p>
<table width="100%" class="tableHead" style="table-layout: fixed;" >
@@ -350,7 +348,7 @@
</div>
<div>
<p class="centerleft-center-tit01">
<span class="m-r-20">小型水利设施</span>
<span class="m-r-20">小微工程</span>
<span onclick="goListing()">更多></span>
</p>
<table width="100%" class="tableHead" style="table-layout: fixed;" >


+ 3
- 3
static/js/project/index.js Bestand weergeven

@@ -136,16 +136,16 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true);

//土地
tools.doGet(webListing + '/1,2,3/0/5', {}, module.landList, true);
tools.doGet(webListing + '/1/0/5', {}, module.landList, true);

//集体资产
tools.doGet(webListing + '/4/0/5', {}, module.collectiveAssets, true);

//农业生产设备
tools.doGet(webListing + '/5/0/5', {}, module.productionEquipment, true);
tools.doGet(webListing + '/9/0/5', {}, module.productionEquipment, true);

//小型水利设施
tools.doGet(webListing + '/6/0/5', {}, module.waterConservancyFacilities, true);
tools.doGet(webListing + '/8/0/5', {}, module.waterConservancyFacilities, true);

//查询挂牌项目浏览总次数
tools.doGet(allViewCount + '/100', {}, module.allViewCount, true);


Laden…
Annuleren
Opslaan