guhongwei 4 năm trước cách đây
mục cha
commit
5a895f0455
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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);
       }
     },