来自2021年的我来给你解决这个问题 let plugin = requirePlugin("chatbot"); //下面的代码要放在onReady周期中调用 可以封装成方法 let chat = plugin.getChatComponent(); chat.setTextToSpeech(false); //this.data.statusHeight - 20是我获取到的导航栏高度自行调整的 chat.setData({ scrollHeight: chat.data.scrollHeight - this.data.statusHeight - 20, scrollViewHeight: chat.data.scrollHeight - this.data.statusHeight - 20, top: chat.data.top - this.data.statusHeight - 20, });
这个插件是不是不维护了?看到大家最近的留言都没有回复,是不维护了么。 自定义导航栏, 设置高度为(100vh - 导航栏的高度) 官方这个设置,我试了一下是无效的。
2021-05-19