小程序
小游戏
企业微信
微信支付
扫描小程序码分享
动态设置这一系列的官方接口都用不了这个问题,竟然没一个人提???
//动态设置聊天背景 chat.setBackground("rgba(247,251,252,1)");
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
都不行,参考https://developers.weixin.qq.com/doc/aispeech/miniprogram/uiapi.html这里面的写的。
var plugin = requirePlugin("chatbot"); var chat = plugin.getChatComponent(); chat.setBackground("rgba(247,251,252,1)");
提示
Cannot read property 'setBackground' of undefined
直接打印plugin这个变量里面有内容,chat里面则连函数相关的方法都没有
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
真机 还是工具不行。
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
都不行,参考https://developers.weixin.qq.com/doc/aispeech/miniprogram/uiapi.html这里面的写的。
var plugin = requirePlugin("chatbot"); var chat = plugin.getChatComponent(); chat.setBackground("rgba(247,251,252,1)");
提示
Cannot read property 'setBackground' of undefined
直接打印plugin这个变量里面有内容,chat里面则连函数相关的方法都没有
真机 还是工具不行。