guhongwei 4 年之前
父節點
當前提交
5a895f0455
共有 1 個文件被更改,包括 0 次插入1 次删除
  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);
       }
     },