Explorar o código

附近事件修复

彭宇 %!s(int64=2) %!d(string=hai) anos
pai
achega
6a87e7bcda
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {