Browse Source

定位弹框去除

feature/3.1.0-小区合伙人
lfs3 6 years ago
parent
commit
88e43fc35a
1 changed files with 0 additions and 1 deletions
  1. 1
      src/models/wxLocation.js

1
src/models/wxLocation.js

@ -64,7 +64,6 @@ Vue.prototype.wxLocation = function () {
} }
// alert("lat:" + localStorage.getItem("latitude") + ";lng:" + localStorage.getItem("longitude")); // alert("lat:" + localStorage.getItem("latitude") + ";lng:" + localStorage.getItem("longitude"));
wx.error(function (res) { wx.error(function (res) {
alert("wx-js初始化: " + res);
resolve("定位失败") resolve("定位失败")
}); });
}); });

Loading…
Cancel
Save