- wxs 中动态修改的值,怎么在wxml 中展示?
页面中touchmove 事件绑定的是wxs 中的函数。在页面中其它位置需要展示滑动的距离,已经在wxs 中获取到这个值了。现在没办法同步展示出来。 之前是touchmove事件绑定的是 js 中的函数,因为真机中通过 setData 绑定会有卡顿,所以换成了wxs。
2021-03-18 - 智能家居 控制设备发送的字段缺失。
https://developers.weixin.qq.com/doc/xwei/xiaowei-smarthome/SmartHomeAPI/deviceFunctions/switch.html [图片] 腾讯小微小程序在设备列表页面,开、关设备的时候,并没有返回设备对应的additionalApplianceDetails 字段。实际在发现设备的时候上报了该字段。
2021-01-29 - 文档疑问
https://developers.weixin.qq.com/doc/xwei/xiaowei-smarthome/SmartHomeAPI/deviceFunctions/volume.html [图片] 截图里面的 ‘deviceMute’ 属性返回给小微应该是 ‘true’ 吧?
2020-12-21 - 属性名称书写错误
https://developers.weixin.qq.com/doc/xwei/xiaowei-smarthome/SmartHomeAPI/deviceFunctions/brightness.html 亮度下6个属性中的第五条 ‘DecremenBrightnessRequest’ 应该为 ‘DecrementBrightnessRequest’ 。文档中的其他地方都是DecrementBrightnessRequest。
2020-12-18 - 文档有误
https://developers.weixin.qq.com/doc/xwei/xiaowei-smarthome/SmartHomeAPI/error.html 错误信息下的技能适配器错误列表中 有两个 ‘TargetHardwareMalfunctionError’。 TargetBridgetHardwareMalfunctionError 错误再下方没有错误说明。下方出现了一个 TargetBridgeHardwareMalfunctionError 文档说明。但是这个下面的示例是TargetHardwareMalfunctionError的示例
2020-12-16