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