天府星
This commit is contained in:
@@ -225,7 +225,7 @@ import { mapActions, mapState } from 'vuex'
|
||||
scope: 'scope.userLocation',
|
||||
success: () => {
|
||||
uni.getLocation({
|
||||
type: 'wgs84',
|
||||
type: 'gcj02',
|
||||
success: res => {
|
||||
this.latitude = res.latitude
|
||||
this.longitude = res.longitude
|
||||
|
||||
Reference in New Issue
Block a user