Browse Source

附近事件修复

彭宇 2 years ago
parent
commit
6a87e7bcda
1 changed files with 1 additions and 1 deletions
  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) {