直接把.cjs文件后缀改成.cjs.js就可以构建成功了。
微信小程序不支持入口文件是cjs文件吗?使用npm引入第三方sdk,构建时报错 /index.cjs.js: Npm package entry file not found, 在sdk的package.json文件里的配置如下 "main": "./src/index.cjs", "module": "./src/index.js", "types": "./src/index.d.ts", "type": "module" 微信小程序为什么会将cjs文件读取为cjs.js呢?
12-06开发工具已是最新版本了 [图片]
这个插件的报错有人处理吗?[图片] has been used as another component or page. Please do not register multiple components or pages with the same alias. 这个插件问题有人处理吗?翻社区的贴子,发现去年12月份就有提出来了... 如果不管这个报错,坚持上线小程序的话,好像相应的插件就用不了... 这个怎么整?
03-08has been used as another component or page. Please do not register multiple components or pages with the same alias. 这个插件的问题,有人管吗?
不知道为什么?更新完新版本就报错了has been used as another component or page. Please do not register multiple components or pages with the same alias.(env: Windows,mp,1.06.2311242; lib: 3.0.1)
03-08如果不管这个问题,直接发版的话,对就的插件就用不了,这个问题谁来解决下啊...
引入组件wxacommentplugin使用出现问题https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/business-capabilities/guarantee/comment-plugin.html 调用报错提示 plugin.openComment success {errCode: 0, errMsg: ""} 编译报错提示 "plugin://wx82e6ae1175f264fa/test" has been used as another component or page. Please do not register multiple components or pages with the same alias.(env: Windows,mp,1.06.2401020; lib: 3.2.0) (anonymous) @ appservice.js:6505 (anonymous) @ appservice.js:6510 (anonymous) @ VM4710:1962 Promise.then (async) (anonymous) @ VM4710:2 (anonymous) @ VM4710:1965 "plugin://wx82e6ae1175f264fa/index" has been used as another component or page. Please do not register multiple components or pages with the same alias.(env: Windows,mp,1.06.2401020; lib: 3.2.0)
03-08这个问题有没有人解决啊!!! 如果不管这个问题,直接发版的话,相应的插件就用不了。。。
小程序引入基础交易组件时报错?怎么解决?"plugin://wx34345ae5855f892d/mini-shop" has been used as another component or page. Please do not register multiple components or pages with the same alias.(env: Windows,mp,1.06.2401020; lib: 3.2.1) [图片]
03-08我刚遇到这个问题了,就是在公众号里添加小程序的时候出现 这个提示 但在微信里搜索又是可以的
小程序被限制搜索,请确认小程序搜索能力是否处于封禁状态?[图片] 小程序后台看了没有站内信,也没有关闭搜索功能
2023-12-21人个认证费是多少呀?
为什么微信小程序个人认证后搜索会先显示姓名?这是系统bug吗?这点小功能都做不好吗?个人认证后搜索小程序会先显示认证人的姓名,然后闪一下变成个人,都交钱认证了这点功能做不好吗?连开发者的最基本的隐私保护都做不到?
2023-11-20[渲染层错误] [Component] <input>: showNicknameAccessory:fail input nickname component will degrade as input component when privacy permission is unauthorized , errno:104 [object Object](env: Windows,mp,1.06.2308310; lib: 3.1.2)
配置隐私相关之后chooseAvatar无法获取头像?新加了隐私组件,wx.onNeedPrivacyAuthorization方法监听页面,进入页面后,先不同意隐私政策,然后再触发chooseAvatar时,重新弹出隐私弹窗,就报错了,下面是报错信息。[图片] [图片] 这个问题是没配置相关的隐私的api还是我监听onNeedPrivacyAuthorization方法这边写错了? 下面是代码: useEffect(() => { console.log("PrivacyComponent ===>"); const version = Taro.getAccountInfoSync().miniProgram.version; if (compareVersion(version, "2.32.3") >= 0) { wx.getPrivacySetting({ success(res) { console.log("PrivacyComponent ===> res", res); if (res.needAuthorization) { setPrivacyContractName(res.privacyContractName); setShowPrivacy(true); } else { // 用户已经同意过隐私协议,所以不需要再弹出隐私协议,也能调用已声明过的隐私接口 console.log("privacy pass"); } } }); } // 监听是否触发权限接口 wx.onNeedPrivacyAuthorization((resolve, eventInfo) => { console.log('触发本次事件的接口是:' + eventInfo.referrer, eventInfo) // 需要用户同意隐私授权时 // 弹出开发者自定义的隐私授权弹窗 setShowPrivacy(true); setResolvePrivacyAuthorization(resolve) }) }, []) // 拒绝隐私协议 const exitMiniProgram = () => { console.log("拒绝隐私协议"); if(resolvePrivacyAuthorization) { resolvePrivacyAuthorization({ event:'disagree' }) } setShowPrivacy(false); // wx.exitMiniProgram(); };
2023-10-07我们就是设置的true,今天直接是剪切板用不了 errMsg: "setClipboardData:fail api scope is not declared in the privacy agreement" errMsg: "setClipboardData:fail api serrMsg: "setClipboardData:fail api scope is not declared in the privacy agreement"cope is not declared in the privacy agreement"
关于小程序隐私保护指引设置具体生效时间的问题?前期说0915之后,官方强制隐私协议弹窗内容就生效了,现在又说生效时间可能延期到10月。那如果在官方生效之前,小程序发布的时候app.json文件中设置了"__usePrivacyCheck__": true ,那最终发布的生产环境小程序有没有启用隐私相关功能呢?小程序能否正常调用隐私接口? 官方说法: [图片] 官方说法: [图片]
2023-09-15找到了,好像这里写了 [图片]
公众号模板消息报appid不对,是小程序和公众号不同主体的原因吗?在使用公众号模板消息时,公众号已认证,和小程序已绑定,但还是报appid不对,是因为小程序和公众号是不同主体的原因吗? [图片]
2023-05-11