From 645ab60534aa07406d2d74ec7cd4cb09de6c5daa Mon Sep 17 00:00:00 2001 From: lfs3 Date: Sun, 22 Sep 2019 21:09:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=BE=AE=E4=BF=A1=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96=E5=BC=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/models/wxShare.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/wxShare.js b/src/models/wxShare.js index e32aaf4..a912bf4 100644 --- a/src/models/wxShare.js +++ b/src/models/wxShare.js @@ -121,7 +121,7 @@ wxShareModel.getWXCheck().then(response =>{ // alert("lat:" + localStorage.getItem("latitude") + ";lng:" + localStorage.getItem("longitude")); wx.error(function (res) { console.log("--------wx") - alert("wx-js初始化: " + res); + // alert("wx-js初始化: " + res); }); }); });