guhongwei 4 years ago
parent
commit
c8429ac81e
1 changed files with 3 additions and 1 deletions
  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);
     this.$set(this, `clientHeight`, clientHeight);
   },
   },
   methods: {
   methods: {
-    search({ skip = 0, limit = 10, ...info } = {}) {},
+    search({ skip = 0, limit = 10, ...info } = {}) {
+      console.log('');
+    },
     // 返回上一页
     // 返回上一页
     upBack() {
     upBack() {
       this.$router.push({ path: '/community/index' });
       this.$router.push({ path: '/community/index' });