From 4eb6b3896fd9fb3e92f9d7dcd2b356f5242f75a7 Mon Sep 17 00:00:00 2001 From: lfs3 Date: Wed, 28 Aug 2019 15:12:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0?= 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 29fa4ce..d543d26 100644 --- a/src/models/wxLocation.js +++ b/src/models/wxLocation.js @@ -46,7 +46,7 @@ Vue.prototype.wxLocation = function () { dataType: "jsonp", jsonp: "callback", success: function (data) { - alert('data.result:'+data.result); + alert('data.result.location.lng:'+data.result.location.lng + '-----data.result.location.lat:'+data.result.location.lat); } }); },