From 939095c49aa636c1c1da1bbceecc7461c006ab23 Mon Sep 17 00:00:00 2001 From: lfs3 Date: Mon, 26 Aug 2019 14:45:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=E7=99=BE=E5=BA=A6=E8=BD=AC?= =?UTF-8?q?=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/models/wxLocation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/wxLocation.js b/src/models/wxLocation.js index b35f0c3..9976dda 100644 --- a/src/models/wxLocation.js +++ b/src/models/wxLocation.js @@ -46,7 +46,7 @@ Vue.prototype.wxLocation = function () { jsonp: "callback", success: function (data) { console.log('data:'+data); - + alert('data:'+data); } }); },