// 此处是地图选择
selectMap: function (e) {
var that = this;
wx.chooseLocation({
success: function (e) {
that.setData({
hiddenDZ: true
})
that.setData({
bxdzmc:e.name,
bxdzwz: e.address,
});
}
});
},
查下用户授权有没有开启位置
查下微信软件有没有开启定位