- 使用官方开发者工具构建TS项目,然后引入直播订阅组件,项目直接报错。
https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/liveplayer/component-api.html 使用官方开发者工具构建TS项目,在app.json里引入直播插件,然后在相关页面json引入直播订阅组件,项目直接报错。 [图片] [] [summer-compiler] Couldn't found the 'plugin-private://wx2b03c6e691cd7370/components/subscribe/subscribe.json' file relative to 'pages/test/test.json' Error: [summer-compiler] Couldn't found the 'plugin-private://wx2b03c6e691cd7370/components/subscribe/subscribe.json' file relative to 'pages/test/test.json' at AppConf.loadComp (D:\Program Files\Tencent\微信web开发者工具\code\package.nw\js\common\compiler\summer\graph\appconf.js:2:2499) at async AppConf.loadPage (D:\Program Files\Tencent\微信web开发者工具\code\package.nw\js\common\compiler\summer\graph\appconf.js:2:2317) at async D:\Program Files\Tencent\微信web开发者工具\code\package.nw\js\common\compiler\summer\graph\appconf.js:2:1457 at async Recorder.run (D:\Program Files\Tencent\微信web开发者工具\code\package.nw\js\common\compiler\summer\recorder.js:2:771) at async AppConf.loadApp (D:\Program Files\Tencent\微信web开发者工具\code\package.nw\js\common\compiler\summer\graph\appconf.js:2:1337) at async AppConf.build (D:\Program Files\Tencent\微信web开发者工具\code\package.nw\js\common\compiler\summer\graph\appconf.js:2:838) at async AppGraph.getConf (D:\Program Files\Tencent\微信web开发者工具\code\package.nw\js\common\compiler\summer\graph\appgraph.js:2:428) at async SummerCompiler.getConf (D:\Program Files\Tencent\微信web开发者工具\code\package.nw\js\common\compiler\summer\summer.js:2:3811) at async process.<anonymous> (D:\Program Files\Tencent\微信web开发者工具\code\package.nw\js\common\compiler\summer\entry_pr
2022-07-19 - 使用官方开发者工具构建TS项目,然后引入直播订阅组件,项目直接报错。
根据文档https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/liveplayer/component-api.html 使用官方开发者工具构建TS项目,在app.json里引入直播插件,然后在相关页面json引入直播订阅组件,项目直接报错。 [图片] [] [summer-compiler] Couldn't found the 'plugin-private://wx2b03c6e691cd7370/components/subscribe/subscribe.json' file relative to 'pages/index/index.json' Error: [summer-compiler] Couldn't found the 'plugin-private://wx2b03c6e691cd7370/components/subscribe/subscribe.json' file relative to 'pages/index/index.json' at AppConf.loadComp (C:\Program Files (x86)\Tencent\微信web开发者工具\code\package.nw\js\common\compiler\summer\graph\appconf.js:2:2499) at async AppConf.loadPage (C:\Program Files (x86)\Tencent\微信web开发者工具\code\package.nw\js\common\compiler\summer\graph\appconf.js:2:2317) at async C:\Program Files (x86)\Tencent\微信web开发者工具\code\package.nw\js\common\compiler\summer\graph\appconf.js:2:1457 at async Recorder.run (C:\Program Files (x86)\Tencent\微信web开发者工具\code\package.nw\js\common\compiler\summer\recorder.js:2:771) at async AppConf.loadApp (C:\Program Files (x86)\Tencent\微信web开发者工具\code\package.nw\js\common\compiler\summer\graph\appconf.js:2:1337) at async AppConf.build (C:\Program Files (x86)\Tencent\微信web开发者工具\code\package.nw\js\common\compiler\summer\graph\appconf.js:2:838) at async AppGraph.getConf (C:\Program Files (x86)\Tencent\微信web开发者工具\code\package.nw\js\common\compiler\summer\graph\appgraph.js:2:428) at async SummerCompiler.getConf (C:\Program Files (x86)\Tencent\微信web开发者工具\code\package.nw\js\common\compiler\summer\summer.js:2:3811) at async process. (C:\Program Files (x86)\Tencent\微信web开发者工具\code\package.nw\js\common\compiler\summer\entry_process.js:1:1557)(env: Windows,mp,1.05.2204250; lib: 2.25.0)
2022-07-18 - 使用直播订阅组件,在ts项目中引入就报错?
根据文档https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/liveplayer/component-api.html使用直播订阅组件,在ts项目中引入就报错. [图片] [图片]
2022-01-11 - ts构建的项目中引入直播订阅组件会报错,求解决方案?
https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/liveplayer/component-api.html { "usingComponents": { "subscribe": "plugin-private://wx2b03c6e691cd7370/components/subscribe/subscribe" } } [图片]
2022-01-10 - 小程序中怎么知道用户领取微信红包封面成功?
通过wx.showRedPackage的url跳转去领取红包封面,然后怎么知道用户有没有成功领取? 望大佬指教,谢谢!
2022-01-06