1
0
Selaa lähdekoodia

门店选择修改

dq 6 vuotta sitten
vanhempi
commit
df5ac2300f
1 muutettua tiedostoa jossa 0 lisäystä ja 7 poistoa
  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,