linwenxin hai 7 meses
pai
achega
51b3795ee5
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/common/utils/common.js

+ 0 - 1
src/common/utils/common.js

@@ -244,7 +244,6 @@ export const getLocation = async function () {
         isHighAccuracy: true,
         geocode: true,
         success: res => {
-          alert(JSON.stringify(res))
           resolve(res)
         },
         fail: err => {