linwenxin 5 mesi fa
parent
commit
53a74bac07
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      src/packageMine/pages/myWebsit.vue

+ 3 - 3
src/packageMine/pages/myWebsit.vue

@@ -83,11 +83,11 @@ export default {
 
   methods: {
     async getList() {
-      // var { latitude, longitude } = await this.$getLocation()
+      var { latitude, longitude } = await this.$getLocation()
       this.$api.get('/user/apply/websit', {
         isAll: true,
-        // lat:latitude,
-        // lng:longitude
+        lat:latitude,
+        lng:longitude
       }).then(res => {
         this.refresherTriggered = false;
         this.dataList = res.data