|
@@ -79,13 +79,6 @@ Page({
|
|
markersClick: function(res) {
|
|
markersClick: function(res) {
|
|
console.log(res);
|
|
console.log(res);
|
|
let that = this;
|
|
let that = this;
|
|
- if (res.markerId == 0) {
|
|
|
|
- that.setData({
|
|
|
|
- isShow: false
|
|
|
|
- });
|
|
|
|
- return;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
let marker = that.data.markers[res.markerId];
|
|
let marker = that.data.markers[res.markerId];
|
|
that.setData({
|
|
that.setData({
|
|
isShow: true,
|
|
isShow: true,
|