1
0
Просмотр исходного кода

Merge branch 'master' of dq/kmall-pt into master

黄亚琴 6 лет назад
Родитель
Сommit
aafe655ff5
1 измененных файлов с 0 добавлено и 7 удалено
  1. 0 7
      wx-mall/pages/map/map.js

+ 0 - 7
wx-mall/pages/map/map.js

@@ -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,