转换表情

This commit is contained in:
2023-01-13 10:53:39 +08:00
parent bad9f9109c
commit 5d16a7a80e
5 changed files with 53 additions and 56 deletions

View File

@@ -89,9 +89,9 @@
<MeEditorFileManage ref="filesManager" v-model="filesManager.isShow" />
<MeEditorVote v-if="vote.isShow" @close="
() => {
this.vote.isShow = false;
}
() => {
this.vote.isShow = false;
}
" />
</div>
</template>
@@ -308,7 +308,6 @@ export default {
// 选中表情包回调事件
selecteEmoticon (data) {
console.log(data);
if (data.type == 1) {
let value = this.editorText;
let el = this.$refs.textarea;
@@ -330,8 +329,6 @@ export default {
}
} else {
const { talk_type, receiver_id } = this.$store.state.dialogue;
console.log(talk_type);
console.log(receiver_id);
ServeSendEmoticon({
talk_type,
receiver_id,