From d3680b70abe8403f4e93b6f6b9494db1fd98c6a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=81=A5?= Date: Fri, 17 Sep 2021 10:23:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9C=8B=E5=9C=B0BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/look/look.js | 17 +++-------------- pages/look/look.wxml | 8 ++++---- 2 files changed, 7 insertions(+), 18 deletions(-) diff --git a/pages/look/look.js b/pages/look/look.js index 246499b..3544558 100644 --- a/pages/look/look.js +++ b/pages/look/look.js @@ -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); diff --git a/pages/look/look.wxml b/pages/look/look.wxml index c2fc19c..fae81dc 100644 --- a/pages/look/look.wxml +++ b/pages/look/look.wxml @@ -42,7 +42,7 @@ + wx:key="index"> {{item.landCode}} @@ -67,9 +67,9 @@ - 总计容建筑面积:{{totalConsArea}}(㎡) - 楼面起始价:{{startingFloorPrice}}(万) - 起始总价:{{transferPrice}}(万) + 总计容建筑面积:{{totalConsArea}}㎡ + 楼面起始价:{{startingFloorPrice}}元/㎡ + 起始总价:{{transferPrice}}万元 竞拍时间:{{auctionDate}}