|
|
|
@ -40,16 +40,7 @@ Page({
|
|
|
|
|
latitude: 29.543812, |
|
|
|
|
longitude: 106.434042, |
|
|
|
|
}, |
|
|
|
|
markers: [ |
|
|
|
|
// {
|
|
|
|
|
// iconPath: "../../assets/images/add.png",
|
|
|
|
|
// latitude: 29.543812,
|
|
|
|
|
// longitude: 106.434042,
|
|
|
|
|
// id: 0,
|
|
|
|
|
// width: 34,
|
|
|
|
|
// height: 49
|
|
|
|
|
// }
|
|
|
|
|
], |
|
|
|
|
markers: [], |
|
|
|
|
circles: [], |
|
|
|
|
polygons: [], |
|
|
|
|
start: '2015', |
|
|
|
@ -102,11 +93,9 @@ Page({
|
|
|
|
|
startingFloorPrice: '45852', |
|
|
|
|
transferPrice: '12553', |
|
|
|
|
auctionDate: '2021-07-18', |
|
|
|
|
|
|
|
|
|
years: arryList, |
|
|
|
|
indexStart: 0, |
|
|
|
|
indexEnd: 0, |
|
|
|
|
|
|
|
|
|
// 搜索框
|
|
|
|
|
is_search: false, |
|
|
|
|
is_focusing: false, //是否聚焦
|
|
|
|
@ -181,8 +170,8 @@ Page({
|
|
|
|
|
if (res.data[0].centerPoint) { |
|
|
|
|
let centerPoint = res.data[0].centerPoint; |
|
|
|
|
this.setData({ |
|
|
|
|
latitude: centerPoint[0], |
|
|
|
|
longitude: centerPoint[1], |
|
|
|
|
longitude: centerPoint[0], |
|
|
|
|
latitude: centerPoint[1] |
|
|
|
|
}) |
|
|
|
|
gisUtil.setWKT(this, res, 2) |
|
|
|
|
this.addFeaturesToList(res, 2); |
|
|
|
|