|
|
@@ -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); |
|
|
|