瀏覽代碼

附近事件修复

彭宇 2 年之前
父節點
當前提交
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) {