- 使用官方开发者工具构建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 - 请问开发管理运维中心这个问题应该如何处理,谢谢?
[图片]
2021-08-07 - 这个报错是什么意思
偶尔刷新页面的时候会报这个错 [图片]
2019-05-29 - 小程序真机获取不到数据
小程序开发者工具可以获取数据,但是真机测试就获取不到,提示 errMsg":"request :fail Unable to resolve host "xxx.xxx.com" :No address associated with hostname 请问有大佬知道原因吗,谢谢
2018-09-14 - 小程序支付验证签名失败,求解
{err_code: "-1", err_desc: "支付验证签名失败", errMsg: "requestPayment:fail"} 经过官网文档的测试工具对比paySign没问题,请问什么原因
2018-09-11