- 配置普通链接二维码规则应该放在哪里?
[图片] 目前放的目录是https://ppvgvip.com/wxmini-qrcode/goods-detail/kd6LNc0CAI2%20.txt 我是不是放错了? [图片]
2020-04-20 - 现需要更换小程序的域名,需要先发布代码审核还是先更改合法域名配置?
现需要更改小程序的域名,这个过程应该是怎样的,在后台服务器准备完成后更改小程序后台域名配置,然后再提交审核吗
2020-04-17 - 微信小程序图片分享给朋友以后回到小程序会清除cookie
出在改情况的系统:ios [图片][图片]
2020-04-15 - ios打开小程序提示,运行内存不足,请重新打开小程序的原因?
ios打开小程序提示,运行内存不足,请重新打开小程序的原因?
2020-01-17 - 微信小程序官方是否支持分账功能?
微信支付有没有分账功能? 或者哪个第三方支持分账功能?
2020-01-14 - 微信小程序wx.downLoadFile不同机型进行视频下载,存在大小限制问题
代码片段中点击视频下载,视频大小为10.7M,下载报错errMsg: "downloadFile:fail the maximum size of the file storage limit is exceeded" 该问题在开发者工具,真机调试,小米及iphoneXr中均有概率复现。 打开代码片段需要补充APPID:wx5eea66e2a7b9409f 错误提示截图如下: [图片] [图片]
2020-01-08 - wx.downloadFile下载视频,存在手机不同下载大小限制不同的问题
var link=https://video.beibeibang.com.cn/B01SW614.mp4; wxdownloadFile({ url link filePath wxenvUSER_DATA_PATH fileName .mp4 successres=>{ console.log(res) },fail:err=>{ consolelog(err.errorMsg) } }) 官方文档说明wx.downloadFile单次下载为50M,但是在ios中,高于10M无法下载,在安卓中5-8M均不能下载 errMsg: "downloadFile:fail the maximum size of the file storage limit is exceeded"
2020-01-07