소스 검색

no message

linwenxin 7 달 전
부모
커밋
51b3795ee5
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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 => {