Merge pull request '1' (#14) from caolc1 into master
Reviewed-on: #14
This commit was merged in pull request #14.
This commit is contained in:
21
App.vue
21
App.vue
@@ -237,17 +237,16 @@
|
||||
|
||||
},
|
||||
|
||||
onShow: function() {
|
||||
console.log(12388)
|
||||
uni.getLocation({
|
||||
type: 'wgs84',
|
||||
success: function(res) {
|
||||
uni.setStorageSync('location', {
|
||||
longitude: res.longitude + '',
|
||||
latitude: res.latitude + ''
|
||||
})
|
||||
}
|
||||
});
|
||||
onShow: function() {
|
||||
// uni.getLocation({
|
||||
// type: 'wgs84',
|
||||
// success: function(res) {
|
||||
// uni.setStorageSync('location', {
|
||||
// longitude: res.longitude + '',
|
||||
// latitude: res.latitude + ''
|
||||
// })
|
||||
// }
|
||||
// });
|
||||
console.log('onReady')
|
||||
const token = uni.getStorageSync('Authorization')
|
||||
const openid = uni.getStorageSync('openid')
|
||||
|
||||
Reference in New Issue
Block a user