Parcourir la source

附近事件修复

彭宇 il y a 2 ans
Parent
commit
6a87e7bcda
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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) {