Browse Source

打印

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

2
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);
}
});
},

Loading…
Cancel
Save