wxy hace 4 años
padre
commit
6685a80cbe
Se han modificado 2 ficheros con 0 adiciones y 3 borrados
  1. 0 2
      src/views/live/index.vue
  2. 0 1
      src/views/live/parts/videoDetail.vue

+ 0 - 2
src/views/live/index.vue

@@ -70,14 +70,12 @@ export default {
     await this.searchList({ status: '0' });
     await this.searchList({ status: '1' });
     await this.searchList({ status: '2' });
-    // await this.searchList();
   },
   methods: {
     ...dock({ dockQuery: 'query' }),
     ...place({ palcequery: 'query', transactiondtetle: 'delete' }),
     async searchList({ skip = 0, limit = 10, status, ...info } = {}) {
       let res = await this.dockQuery({ is_allowed: 1, skip, status, ...info });
-      console.log(res);
       if (res.errcode === 0) {
         if (status == '0') {
           this.$set(this, `preTotal`, res.total);

+ 0 - 1
src/views/live/parts/videoDetail.vue

@@ -112,7 +112,6 @@ export default {
       // 专家智库
       let exportdata = await this.expertQuery({ role: 6, limit: 6 });
       if (this.$checkRes(exportdata)) this.$set(this, `expertList`, exportdata.data);
-      console.log(this.expertList);
     },
     onSubmit() {
       console.log(this.input);