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 => {