|
|
|
@ -16,16 +16,22 @@ const max = year + yearSpan;
|
|
|
|
|
const min = 1949; |
|
|
|
|
const arryList = []; |
|
|
|
|
for (let idx = min; idx < max; idx++) { |
|
|
|
|
arryList.push({index: idx - min, value: idx, label: '' + idx + '年'}); |
|
|
|
|
} |
|
|
|
|
; |
|
|
|
|
arryList.push({ |
|
|
|
|
index: idx - min, |
|
|
|
|
value: idx, |
|
|
|
|
label: '' + idx + '年' |
|
|
|
|
}); |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
const CITY = wx.getStorageSync('city') |
|
|
|
|
Page({ |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 页面的初始数据 |
|
|
|
|
*/ |
|
|
|
|
data: { |
|
|
|
|
cityList: [], |
|
|
|
|
cityIndex: 0, |
|
|
|
|
cityName: '', |
|
|
|
|
switchYear: true, |
|
|
|
|
satellite: 1, |
|
|
|
|
scale: 13, |
|
|
|
@ -88,7 +94,11 @@ Page({
|
|
|
|
|
halfScreenDialogVisible: false, |
|
|
|
|
visionDialogVisible: false, |
|
|
|
|
dialogVisible: false, |
|
|
|
|
buttons: [{text: '取消'}, {text: '详情'}], |
|
|
|
|
buttons: [{ |
|
|
|
|
text: '取消' |
|
|
|
|
}, { |
|
|
|
|
text: '详情' |
|
|
|
|
}], |
|
|
|
|
titleLand: 'G01-XXXXXXXXXXX02', |
|
|
|
|
landListedId: 'CQ20210617152223', |
|
|
|
|
totalConsArea: '42356', |
|
|
|
@ -102,10 +112,10 @@ Page({
|
|
|
|
|
|
|
|
|
|
// 搜索框
|
|
|
|
|
is_search: false, |
|
|
|
|
is_focusing: false,//是否聚焦
|
|
|
|
|
is_searchList: false,//是否显示列表
|
|
|
|
|
land_name: '',//土地名称
|
|
|
|
|
list_arr: null,//搜索内容
|
|
|
|
|
is_focusing: false, //是否聚焦
|
|
|
|
|
is_searchList: false, //是否显示列表
|
|
|
|
|
land_name: '', //土地名称
|
|
|
|
|
list_arr: null, //搜索内容
|
|
|
|
|
}, |
|
|
|
|
//切换视图
|
|
|
|
|
changeVision() { |
|
|
|
@ -127,7 +137,7 @@ Page({
|
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
escFun() {//关闭弹窗
|
|
|
|
|
escFun() { //关闭弹窗
|
|
|
|
|
this.setData({ |
|
|
|
|
land_name: '', |
|
|
|
|
is_search: false, |
|
|
|
@ -144,7 +154,7 @@ Page({
|
|
|
|
|
}) |
|
|
|
|
this.inputFun(); |
|
|
|
|
}, |
|
|
|
|
inputFun() {//输入框输入内容
|
|
|
|
|
inputFun() { //输入框输入内容
|
|
|
|
|
console.log(this.data.land_name); |
|
|
|
|
$apiT.AJAX('get', 'applets/landlisted/page', { |
|
|
|
|
landCode: this.data.land_name, |
|
|
|
@ -157,7 +167,7 @@ Page({
|
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
chooseFun(e) {//选择看地列表
|
|
|
|
|
chooseFun(e) { //选择看地列表
|
|
|
|
|
console.log(e) |
|
|
|
|
let item = e.currentTarget.dataset.item; |
|
|
|
|
this.setData({ |
|
|
|
@ -231,7 +241,7 @@ Page({
|
|
|
|
|
global.selectFeature = feature; |
|
|
|
|
console.log(555, feature) |
|
|
|
|
//tid 代表地块类型,1:已出让,2:挂牌中;3:拟挂牌。
|
|
|
|
|
let tid = feature.tid;//tid:1,2,3
|
|
|
|
|
let tid = feature.tid; //tid:1,2,3
|
|
|
|
|
//属性property 包含 地块id字段,按需使用。
|
|
|
|
|
let property = feature.properties; |
|
|
|
|
//添加---接口对接---获取地块数据------以下全部替换
|
|
|
|
@ -243,7 +253,7 @@ Page({
|
|
|
|
|
if (tid == 1 || tid == 2) { |
|
|
|
|
$apiT.AJAX('GET', 'applets/landlisted/' + (property.land_listed_id || property.landListedId), true).then(res => { |
|
|
|
|
this.setData({ |
|
|
|
|
type:'landlisted', |
|
|
|
|
type: 'landlisted', |
|
|
|
|
titleLand: res.data.landCode, |
|
|
|
|
landListedId: res.data.landListedId, |
|
|
|
|
totalConsArea: res.data.totalConsArea, |
|
|
|
@ -255,7 +265,7 @@ Page({
|
|
|
|
|
} else { |
|
|
|
|
$apiT.AJAX('GET', 'applets/landtolist/' + (property.proposedseria_id || property.proposedseriaId), true).then(res => { |
|
|
|
|
this.setData({ |
|
|
|
|
type:'landtolist', |
|
|
|
|
type: 'landtolist', |
|
|
|
|
titleLand: res.data.landCode, |
|
|
|
|
landListedId: res.data.proposedseriaId, |
|
|
|
|
totalConsArea: res.data.totalConsArea, |
|
|
|
@ -293,16 +303,16 @@ Page({
|
|
|
|
|
}); |
|
|
|
|
global.selectFeature = null; |
|
|
|
|
} else { |
|
|
|
|
this.navigateToLandDetail(this.data.landListedId,this.data.type); |
|
|
|
|
this.navigateToLandDetail(this.data.landListedId, this.data.type); |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
//跳转到地块详情页面
|
|
|
|
|
navigateToLandDetail(id,type) { |
|
|
|
|
if(type==='landlisted'){ |
|
|
|
|
navigateToLandDetail(id, type) { |
|
|
|
|
if (type === 'landlisted') { |
|
|
|
|
wx.navigateTo({ |
|
|
|
|
url: '/pages/look-detail/look-detail?active=1&id=' + id, |
|
|
|
|
}) |
|
|
|
|
}else if(type==='landtolist'){ |
|
|
|
|
} else if (type === 'landtolist') { |
|
|
|
|
wx.navigateTo({ |
|
|
|
|
url: '/pages/lookStay-detail/lookStay-detail?id=' + id, |
|
|
|
|
}) |
|
|
|
@ -335,7 +345,9 @@ Page({
|
|
|
|
|
latitude, |
|
|
|
|
longitude, |
|
|
|
|
} = this.data.centerLocation; |
|
|
|
|
let {actives} = this.data; |
|
|
|
|
let { |
|
|
|
|
actives |
|
|
|
|
} = this.data; |
|
|
|
|
let state = false; |
|
|
|
|
let hasAc = actives.some(item => item === id); |
|
|
|
|
if (hasAc) { |
|
|
|
@ -356,11 +368,15 @@ Page({
|
|
|
|
|
case 1: |
|
|
|
|
// 已出让
|
|
|
|
|
if (state) { |
|
|
|
|
this.setData({switchYear: true}) |
|
|
|
|
this.setData({ |
|
|
|
|
switchYear: true |
|
|
|
|
}) |
|
|
|
|
this.deletPolygon(id); |
|
|
|
|
this.removeFeaturesToList(id); |
|
|
|
|
} else { |
|
|
|
|
this.setData({switchYear: false}) |
|
|
|
|
this.setData({ |
|
|
|
|
switchYear: false |
|
|
|
|
}) |
|
|
|
|
this.inWhich({ |
|
|
|
|
latitude, |
|
|
|
|
longitude |
|
|
|
@ -469,7 +485,10 @@ Page({
|
|
|
|
|
latitude, |
|
|
|
|
longitude |
|
|
|
|
} = e.detail; |
|
|
|
|
let point = {latitude, longitude} // 地图点击点的经纬度
|
|
|
|
|
let point = { |
|
|
|
|
latitude, |
|
|
|
|
longitude |
|
|
|
|
} // 地图点击点的经纬度
|
|
|
|
|
console.log(point); |
|
|
|
|
let features = that.selectFeatureList(point); |
|
|
|
|
console.log(features); |
|
|
|
@ -659,14 +678,14 @@ Page({
|
|
|
|
|
longitude, |
|
|
|
|
}, |
|
|
|
|
}) |
|
|
|
|
that.showCenterLocation({latitude, longitude}) |
|
|
|
|
that.showCenterLocation({ |
|
|
|
|
latitude, |
|
|
|
|
longitude |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
markertap(e) { |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
regionchange(e) { |
|
|
|
|
if (e.type === 'end') { |
|
|
|
|
let { |
|
|
|
@ -679,7 +698,9 @@ Page({
|
|
|
|
|
this.setData({ |
|
|
|
|
centerLocation: e.detail.centerLocation |
|
|
|
|
}); |
|
|
|
|
let {actives} = this.data; |
|
|
|
|
let { |
|
|
|
|
actives |
|
|
|
|
} = this.data; |
|
|
|
|
let id9 = 9; |
|
|
|
|
let state9 = actives.some(item => item === id9); |
|
|
|
|
if (state9) { |
|
|
|
@ -704,7 +725,10 @@ Page({
|
|
|
|
|
this.clearPoint(7); |
|
|
|
|
} |
|
|
|
|
//中心点--重绘
|
|
|
|
|
this.showCenterLocation({latitude, longitude}) |
|
|
|
|
this.showCenterLocation({ |
|
|
|
|
latitude, |
|
|
|
|
longitude |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
@ -755,9 +779,11 @@ Page({
|
|
|
|
|
let features = data.data.map(item => { |
|
|
|
|
let geomPoints = WKT.parse(item.geoms || item.geom).coordinates; |
|
|
|
|
let properties = item; |
|
|
|
|
properties.tid = tid;//类型
|
|
|
|
|
properties.tid = tid; //类型
|
|
|
|
|
let polygon = { |
|
|
|
|
key, tid, properties, |
|
|
|
|
key, |
|
|
|
|
tid, |
|
|
|
|
properties, |
|
|
|
|
type: "Feature", |
|
|
|
|
geometry: { |
|
|
|
|
type: "Polygon", |
|
|
|
@ -862,7 +888,7 @@ Page({
|
|
|
|
|
let { |
|
|
|
|
polygons |
|
|
|
|
} = this.data; |
|
|
|
|
let newPolygons = data.data.filter(item=>{ |
|
|
|
|
let newPolygons = data.data.filter(item => { |
|
|
|
|
return item.geoms || item.geom; |
|
|
|
|
}).map(item => { |
|
|
|
|
let geomPoints = WKT.parse(item.geoms || item.geom); |
|
|
|
@ -885,11 +911,11 @@ Page({
|
|
|
|
|
}) |
|
|
|
|
let strokeColor; |
|
|
|
|
let fillColor; |
|
|
|
|
if(item.line_color){ |
|
|
|
|
strokeColor = '' + item.line_color + util.ten2XO(item.line_opaqueness); |
|
|
|
|
if (item.line_color) { |
|
|
|
|
strokeColor = '' + item.line_color + util.ten2XO(item.line_opaqueness); |
|
|
|
|
} |
|
|
|
|
let strokeWidth = item.line_width ? Number(item.line_width) : 2; |
|
|
|
|
if(item.fill_color){ |
|
|
|
|
if (item.fill_color) { |
|
|
|
|
fillColor = '' + item.fill_color + util.ten2XO(item.fill_opaqueness); |
|
|
|
|
} |
|
|
|
|
let polygon = { |
|
|
|
@ -912,7 +938,7 @@ Page({
|
|
|
|
|
let { |
|
|
|
|
polygons |
|
|
|
|
} = this.data; |
|
|
|
|
let newPolygons = data.data.filter(item=>{ |
|
|
|
|
let newPolygons = data.data.filter(item => { |
|
|
|
|
return item.geoms || item.geom; |
|
|
|
|
}).map(item => { |
|
|
|
|
let geomPoints = WKT.parse(item.geoms || item.geom); |
|
|
|
@ -935,11 +961,11 @@ Page({
|
|
|
|
|
}) |
|
|
|
|
let strokeColor; |
|
|
|
|
let fillColor; |
|
|
|
|
if(item.lineColor){ |
|
|
|
|
if (item.lineColor) { |
|
|
|
|
strokeColor = '' + item.lineColor + util.ten2XO(item.lineOpaqueness); |
|
|
|
|
} |
|
|
|
|
let strokeWidth = item.lineWidth ? Number(item.lineWidth) : 2; |
|
|
|
|
if(item.fillColor){ |
|
|
|
|
if (item.fillColor) { |
|
|
|
|
fillColor = '' + item.fillColor + util.ten2XO(item.fillOpaqueness); |
|
|
|
|
} |
|
|
|
|
let polygon = { |
|
|
|
@ -958,12 +984,19 @@ Page({
|
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bindAddressChange(e) { |
|
|
|
|
let city = this.data.cityList[e.detail.value] |
|
|
|
|
wx.setStorageSync('city', city) |
|
|
|
|
let index = this.data.cityList.indexOf(city) |
|
|
|
|
this.setData({ |
|
|
|
|
cityName: city, |
|
|
|
|
cityIndex: index |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
/** |
|
|
|
|
* 生命周期函数--监听页面加载 |
|
|
|
|
*/ |
|
|
|
|
onLoad: function (options) { |
|
|
|
|
|
|
|
|
|
global.bboxkey = 0; |
|
|
|
|
global.features = { |
|
|
|
|
key1: [], |
|
|
|
@ -972,24 +1005,25 @@ Page({
|
|
|
|
|
}; |
|
|
|
|
let sIdx = year - yearSpan - min; |
|
|
|
|
let eIdx = year - min; |
|
|
|
|
this.setData( |
|
|
|
|
{ |
|
|
|
|
indexStart: sIdx, |
|
|
|
|
indexEnd: eIdx, |
|
|
|
|
start: arryList[sIdx].value, |
|
|
|
|
end: arryList[eIdx].value, |
|
|
|
|
} |
|
|
|
|
) |
|
|
|
|
this.setData({ |
|
|
|
|
indexStart: sIdx, |
|
|
|
|
indexEnd: eIdx, |
|
|
|
|
start: arryList[sIdx].value, |
|
|
|
|
end: arryList[eIdx].value, |
|
|
|
|
}) |
|
|
|
|
this.scaleBack(); |
|
|
|
|
$apiT.getCityList().then(res => { |
|
|
|
|
let index = res.data.indexOf(CITY) |
|
|
|
|
if (index !== -1) { |
|
|
|
|
this.setData({ |
|
|
|
|
cityIndex: index |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
this.setData({ |
|
|
|
|
cityList: res.data |
|
|
|
|
}) |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 生命周期函数--监听页面初次渲染完成 |
|
|
|
|
*/ |
|
|
|
|
onReady: function () { |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 生命周期函数--监听页面显示 |
|
|
|
|
*/ |
|
|
|
@ -1000,40 +1034,5 @@ Page({
|
|
|
|
|
selected: 1 |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 生命周期函数--监听页面隐藏 |
|
|
|
|
*/ |
|
|
|
|
onHide: function () { |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 生命周期函数--监听页面卸载 |
|
|
|
|
*/ |
|
|
|
|
onUnload: function () { |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 页面相关事件处理函数--监听用户下拉动作 |
|
|
|
|
*/ |
|
|
|
|
onPullDownRefresh: function () { |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 页面上拉触底事件的处理函数 |
|
|
|
|
*/ |
|
|
|
|
onReachBottom: function () { |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 用户点击右上角分享 |
|
|
|
|
*/ |
|
|
|
|
onShareAppMessage: function () { |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
}) |