guhongwei преди 4 години
родител
ревизия
c8429ac81e
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      src/views/community/detail.vue

+ 3 - 1
src/views/community/detail.vue

@@ -90,7 +90,9 @@ export default {
     this.$set(this, `clientHeight`, clientHeight);
   },
   methods: {
-    search({ skip = 0, limit = 10, ...info } = {}) {},
+    search({ skip = 0, limit = 10, ...info } = {}) {
+      console.log('');
+    },
     // 返回上一页
     upBack() {
       this.$router.push({ path: '/community/index' });