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