提交 12a3d5b5 编写于 作者: DCloud_JSON's avatar DCloud_JSON

Update chat.vue

无相关合并请求
......@@ -54,7 +54,9 @@
<uni-im-member-list ref="member-list" :conversationId="conversation.id"></uni-im-member-list>
<!-- #ifdef H5 -->
<uni-im-share-msg v-if="isWidescreen" id="uni-im-share-msg" ref="share-msg"></uni-im-share-msg>
<!-- #endif -->
<view style="position: fixed;top: 200px;left: 0;background-color: #FFFFFF;z-index: 9999;">
<!-- keyboardMaxHeight:{{keyboardMaxHeight}}
......@@ -71,9 +73,11 @@
<script>
import uniIm from '@/uni_modules/uni-im/sdk/index.js';
import msgPopupControl from '@/uni_modules/uni-im/components/uni-im-msg/popup-control.vue';
import uniImShareMsg from '@/uni_modules/uni-im/pages/share-msg/share-msg.vue';
import toolbar from './toolbar.vue';
import {markRaw} from "vue";
// #ifdef H5
import uniImShareMsg from '@/uni_modules/uni-im/pages/share-msg/share-msg.vue';
// #endif
/**
......@@ -85,8 +89,10 @@
*/
export default {
components: {
msgPopupControl,
// #ifdef H5
uniImShareMsg,
// #endif
msgPopupControl,
toolbar
},
data() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部