@@ -6,9 +6,11 @@ export default {
tool.mount();
},
onShow: function () {
+ /**
this.getLocation().then(res => {
uni.setStorageSync("location", res)
})
+ **/
onHide: function () {
}