“联系我插件”:链接
我司通过“企业微信–联系我”插件提供的 `completemessage` 回调,线上收集具体触发员工的信息(字段 name),代码如下
completemessage({ detail }){ const { name } = detail // collect(name) } |
一直没问题,直到昨天 9 月 17 号,线上收集到的数据突然出现大量 `undefined`:
但是 IDE 测试,真机调试又没有问题,是线上插件出现了什么问题吗?
问题类型 | 插件 AppID | 插件版本号 | AppID | 微信版本 | 基础库版本 |
---|---|---|---|---|---|
Bug | wx104a1a20c3f81ec2 | 1.0.12 | wx0af94baf8d365fd0 | 7.0.5 | 2.6.1 |
1 个回答
为什么回调直接无反应?