Explorar el Código

获取经纬度参数更改

gcz hace 8 meses
padre
commit
9a2252fb47
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages/bookticket.vue

+ 1 - 1
pages/bookticket.vue

@@ -569,7 +569,7 @@ import {
 			getUserLocation() {
 			  return new Promise((resolve, reject) => {
 			    uni.getLocation({
-			      type: 'wgs84',
+			      type: 'gcj02',
 			      success: (res) => {
 			        resolve(res);
 			      },