From 88e43fc35a3a40e9b47047891b58f47ece7de191 Mon Sep 17 00:00:00 2001 From: lfs3 Date: Fri, 20 Sep 2019 22:36:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9A=E4=BD=8D=E5=BC=B9=E6=A1=86=E5=8E=BB?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/models/wxLocation.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/models/wxLocation.js b/src/models/wxLocation.js index 492ff2c..c7a0dd9 100644 --- a/src/models/wxLocation.js +++ b/src/models/wxLocation.js @@ -64,7 +64,6 @@ Vue.prototype.wxLocation = function () { } // alert("lat:" + localStorage.getItem("latitude") + ";lng:" + localStorage.getItem("longitude")); wx.error(function (res) { - alert("wx-js初始化: " + res); resolve("定位失败") }); });