Bläddra i källkod

产权交易

RongCheng
庞东旭 2 år sedan
förälder
incheckning
30a9513c7b
2 ändrade filer med 7 tillägg och 9 borttagningar
  1. +4
    -6
      index.html
  2. +3
    -3
      static/js/project/index.js

+ 4
- 6
index.html Visa fil

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


+ 3
- 3
static/js/project/index.js Visa fil

@@ -136,16 +136,16 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); 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 + '/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); tools.doGet(allViewCount + '/100', {}, module.allViewCount, true);


Laddar…
Avbryt
Spara