Browse Source

Merge branch 'feature/3.1.0-小区合伙人' into release/3.1.0-小区合伙人

develop
chenhong 6 years ago
parent
commit
6adc0151ad
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 () {
jsonp: "callback",
success: function (data) {
console.log('data:'+data);
alert('data:'+data);
}
});
},

Loading…
Cancel
Save