天府星

This commit is contained in:
yanran200730
2022-11-07 14:46:23 +08:00
parent 8be0b37093
commit e6b1e2ec10
6 changed files with 450 additions and 127 deletions

View File

@@ -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