From 30a9513c7b17681a353a3134dc846e73a37bea41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Thu, 16 Feb 2023 17:36:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E6=9D=83=E4=BA=A4=E6=98=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 10 ++++------ static/js/project/index.js | 6 +++--- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 6c29b13..7aa153f 100644 --- a/index.html +++ b/index.html @@ -198,9 +198,7 @@

- 土地 - 林权 - 四荒地 + 承包士地经营权 更多>

@@ -250,7 +248,7 @@

- 集体资产 + 农村集体经营性资产 更多>

@@ -300,7 +298,7 @@

- 农业生产设备 + 宅基地使用权 更多>

@@ -350,7 +348,7 @@

- 小型水利设施 + 小微工程 更多>

diff --git a/static/js/project/index.js b/static/js/project/index.js index ae50886..fc1bf7a 100644 --- a/static/js/project/index.js +++ b/static/js/project/index.js @@ -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);