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