彭宇 2 лет назад
Родитель
Сommit
6a87e7bcda
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/components/eventLocation.vue

+ 1 - 1
src/components/eventLocation.vue

@@ -324,7 +324,7 @@ export default {
         isAggregation: false
       }]
       let that = this
-      getNearEvent1(that.longitude, that.latitude,'').then(res => {
+      getNearEvent1(that.longitude, that.latitude).then(res => {
         that.markersList = []
         that.eventList = res.data
         if (that.eventList != null && that.eventList.length > 0) {