@@ -54,7 +54,7 @@
},
"mp-weixin": { /* 微信小程序特有相关 */
- "appid": "wx268dbc0f5dd92c92",
+ "appid": "wx3153d02066d316b7",
"setting": {
"urlCheck": false
@@ -126,7 +126,7 @@ export default {
getLocation () {
return new Promise((resolve, reject) => {
uni.getLocation({
- type: 'wgs84',
+ type: 'gcj02',
success: (res) => {
this.isLocation = true
resolve(res)
@@ -167,7 +167,7 @@ export default {
@@ -279,7 +279,7 @@ export default {
@@ -24,7 +24,7 @@ export default {
@@ -44,7 +44,7 @@ export default {