- 微信如何自定义分享内容?
业务上想点击按钮分享一个网页链接给微信好友,目前通过 onShareAppMessage 事件处理分享,只能分享小程序的页面给客户。可以分享一条消息,内容是网页链接这样的吗 分享 API https://developers.weixin.qq.com/miniprogram/dev/reference/api/Page.html#onShareAppMessage-Object-object
2022-05-23 - wx.getAccountInfoSync 线上版本未能获取到版本号?
使用 wx.getAccountInfoSync 未能获取到版本号。安卓、IOS均未获取到,微信都安装的最新版
2022-05-10 - wx.getChannelsLiveInfo 如何获取视频号多场直播信息?
使用 wx.getChannelsLiveInfo 只会返回一场直播的数据,当前视频号存在多场直播。请问如何拿到其他直播的数据 类似的情况,有多场可以预约的直播,wx.getChannerlsLiveNoticeInfo 也只会返回一个直播的预约信息,如何预约多个直播
2022-04-24 - 开发工具上传时 找不到 project.config.json?
偶现,出现后有时候重启IDE就可以了。有时候需要重新打包,希望可以帮忙看下 报错信息中 project.config.json 前面的数字不固定,出现过不同的 报错时,打包文件夹下的 project.config.json 确认存在 报错信息如下: Error: ENOENT: no such file or directory, open '/Users/xxxxxx/Desktop/work/miniapp-county/build/wechat-miniprogram/.!44096!project.config.json' 02.21 补充 好像是临时配置文件的 id 对应不上了 开发工具版本 1.05.2201240 // 构建结果 project.config.json 及临时文件变更记录 event: rename, filename: .!2094!project.config.json event: rename, filename: project.config.json event: rename, filename: project.config.json event: rename, filename: project.config.json event: rename, filename: .!2109!project.config.json event: rename, filename: .!2109!project.config.json event: rename, filename: project.config.json event: rename, filename: project.config.json event: rename, filename: project.config.json event: rename, filename: .!2120!project.config.json event: rename, filename: project.config.json event: rename, filename: project.config.json event: rename, filename: project.config.json // 上传记录 app1 上传结果 [error] { code: 10, message: "Error: 错误 Error: ENOENT: no such file or directory, open '/Users/x/Desktop/x/x/build/wechat-miniprogram/.!2028!project.config.json'\n" } - initialize ✔ IDE server has started, listening on http://127.0.0.1:14580 - preparing - Fetching AppID (x) permissions ✔ Using AppID: x - Upload ✖ compilejs app2 上传结果 [error] { code: 10, message: "Error: 错误 Error: ENOENT: no such file or directory, open '/Users/x/Desktop/x/x/build/wechat-miniprogram/.!2028!project.config.json'\n" } - initialize ✔ IDE server has started, listening on http://127.0.0.1:14580 - preparing - Fetching AppID (x) permissions ✔ Using AppID: x - Upload ✖ compilejs app3 上传结果 [error] { code: 10, message: "Error: 错误 Error: ENOENT: no such file or directory, open '/Users/x/Desktop/x/x/build/wechat-miniprogram/.!2028!project.config.json'\n" } - initialize ✔ IDE server has started, listening on http://127.0.0.1:14580 - preparing - Fetching AppID (x) permissions ✔ Using AppID: x - Upload ✖ compilejs
2021-12-27