|
@@ -2,7 +2,7 @@
|
|
|
<div id="chat">
|
|
|
<el-row class="chat">
|
|
|
<p class="luyanTop">
|
|
|
- <span>公共聊天</span>
|
|
|
+ <span>公共聊天1</span>
|
|
|
<span class="icon" @click="sendEmotion('flower')"><i class="iconfont icon-xianhua" style="color:red"></i>送鲜花</span>
|
|
|
<span class="icon" @click="sendEmotion('hand')"><i class="iconfont icon-xin" style="color:red;"></i>鼓掌</span>
|
|
|
</p>
|
|
@@ -66,8 +66,6 @@ export default {
|
|
|
// this.enterListen();
|
|
|
this.$set(this, 'dock_id', this.$route.query.id);
|
|
|
this.search();
|
|
|
- },
|
|
|
- mounted() {
|
|
|
this.channel();
|
|
|
},
|
|
|
methods: {
|