- App拉起小程序,无法正常返回app?(有的时候可以正常返回,有的时候又不可以)
App拉起小程序,无法正常返回app?(有的时候可以正常返回,有的时候又不可以) 没有报错出现!
08-30 - rootCompPath not found 为什么会出现这个报错?
[wxapplib]] [addView] viewId=-814915542 rootCompPath='这里是页面路径' not found 这种报错怎么解决,检查了app.json页面路径是正确配置的。
08-20 - 批量授权(授权设备组)requestDeviceVoIP,为什么会报错1001?
请问一下,我们在授权设备组的时候,使用的 // 批量授权(授权设备组) wx.requestDeviceVoIP({ isGroup: true, groupId: '设备组 ID', success(res) { console.log(res) }, fail(res) { console.log(res) } }) 为什么会出现以下报错呢? {"errno":1001,"errMsg":"requestDeviceVoIP:fail parameter error: parameter.sn should be String instead of Undefined;parameter.snTicket should be String instead of Undefined;parameter.modelId should be String instead of Undefined;parameter.deviceName should be String instead of Undefined;"}
08-12 - 小程序 h5页面中点击,按钮支持跳转到微信指定联系人并打开视频通话吗?
小程序 h5页面中点击,按钮支持跳转到微信指定联系人并打开视频通话吗? 支持的话,需要怎么实现呢? 不支持的话,是什么原因呢?
05-23