guhongwei 4 years ago
parent
commit
5a895f0455
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/views/achieveLive/detail/chatData.vue

+ 0 - 1
src/views/achieveLive/detail/chatData.vue

@@ -72,7 +72,6 @@ export default {
     async search() {
       let res = await this.query({ dock_id: this.id });
       if (this.$checkRes(res)) {
-        console.log(res);
         this.$set(this, `list`, res.data);
       }
     },