Browse Source

Merge branch 'master' of http://git.cc-lotus.info/service-platform/web-test

guhongwei 4 years ago
parent
commit
96d732b603
1 changed files with 0 additions and 8 deletions
  1. 0 8
      src/views/kjpdhall/index.vue

+ 0 - 8
src/views/kjpdhall/index.vue

@@ -88,7 +88,6 @@ export default {
   },
   },
   async created() {
   async created() {
     await this.search();
     await this.search();
-    // await this.searchVedio();
   },
   },
   methods: {
   methods: {
     ...channel(['query', 'fetch', 'update', 'create', 'delete']),
     ...channel(['query', 'fetch', 'update', 'create', 'delete']),
@@ -107,15 +106,8 @@ export default {
       }
       }
     },
     },
     show(data) {
     show(data) {
-      console.log(data);
       this.videoUrl = data.file_path;
       this.videoUrl = data.file_path;
     },
     },
-    // async searchVedio() {
-    //   const res = await this.videoquery({ user_id: this.id });
-    //   if (this.$checkRes(res)) {
-    //     this.$set(this, `videolist`, res.data);
-    //   }
-    // },
   },
   },
   computed: {
   computed: {
     ...mapState(['user']),
     ...mapState(['user']),