卖火柴的咖啡猫
卖火柴的咖啡猫
  • 发布:2023-06-25 21:20
  • 更新:2023-06-26 16:36
  • 阅读:133

【报Bug】uni-im对话窗口在h5中可以显示,在小程序无法显示,不知道算不算bug

分类:uniCloud

产品分类: uniCloud/App

示例代码:

<template>
<chat></chat>
</template>
<script>
import chat from '@/uni_modules/uni-im/pages/chat/chat.nvue'
export default {
components: {
chat
},
}
</script>

操作步骤:

以上代码放到tabbar任一空页面

预期结果:

点击客服弹出对话窗口,tabbar不应该消失不见

实际结果:

见图

bug描述:

把客服对话窗口引入tabbar页面,在H5中可以显示,但是最下方的tabbar不见了,而小程序中完全没有显示,另外文字输入栏会不会太小了点?还有发送消息按钮也不知道去了哪里?

<template>  
     <chat></chat>  
</template>  
<script>  
    import chat from '@/uni_modules/uni-im/pages/chat/chat.nvue'  
    export default {  
        components: {  
              chat  
            },    
    }  
</script>
2023-06-25 21:20 负责人:DCloud_uniCloud_JSON 分享
已邀请:
DCloud_uniCloud_JSON

DCloud_uniCloud_JSON

chat页面,暂不支持:直接在 tabbar 显示,需要自己兼容。

要回复问题请先登录注册