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

Update chat.vue

上级 44b14031
...@@ -54,7 +54,9 @@ ...@@ -54,7 +54,9 @@
<uni-im-member-list ref="member-list" :conversationId="conversation.id"></uni-im-member-list> <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> <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;"> <view style="position: fixed;top: 200px;left: 0;background-color: #FFFFFF;z-index: 9999;">
<!-- keyboardMaxHeight:{{keyboardMaxHeight}} <!-- keyboardMaxHeight:{{keyboardMaxHeight}}
...@@ -71,9 +73,11 @@ ...@@ -71,9 +73,11 @@
<script> <script>
import uniIm from '@/uni_modules/uni-im/sdk/index.js'; 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 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 toolbar from './toolbar.vue';
import {markRaw} from "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 @@ ...@@ -85,8 +89,10 @@
*/ */
export default { export default {
components: { components: {
msgPopupControl, // #ifdef H5
uniImShareMsg, uniImShareMsg,
// #endif
msgPopupControl,
toolbar toolbar
}, },
data() { data() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册