Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
修改点击标记后显示大小
Browse files Browse the repository at this point in the history
  • Loading branch information
BamLubi committed Aug 15, 2021
1 parent fd66e7e commit add33c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pages/acid_area/acid_area.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ Page({
distance: util.getDistance(parseFloat(that.data.userLa), parseFloat(that.data.userLn), parseFloat(marker.latitude), parseFloat(marker.longitude)),
notShowLabel: false,
tele: marker.tel,
scale: 15
scale: 14
})
},

Expand Down Expand Up @@ -427,7 +427,7 @@ Page({
this.setData({
inputVal: marker.title,
viewShowed: false,
scale: 15,
scale: 14,
address: marker.address,
title: marker.title,
distance: util.getDistance(parseFloat(this.data.userLa), parseFloat(this.data.userLn), parseFloat(marker.latitude), parseFloat(marker.longitude)),
Expand Down
2 changes: 1 addition & 1 deletion pages/risk_area/risk_area.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ Page({
distance: util.getDistance(parseFloat(that.data.userLa), parseFloat(that.data.userLn), parseFloat(marker.latitude), parseFloat(marker.longitude)),
level: r_level,
notShowLabel: false,
scale: 15
scale: 14
})
},

Expand Down

0 comments on commit add33c9

Please sign in to comment.