onshow 在页面加载中没有触发
onShow() {
var that = this
console.log(“获取定位开始”)
wx.getLocation({
success: function (res) {
that.setData({
longitude: res.longitude,
latitude: res.latitude
})
}
},