wx.previewImage({
current: 0,
// urls: [state.previewPath], // wxfile://store/296298178.png
});
问题描述:
在微信mac端微信小程序,wx.previewImage 无法显示 wxfile 路径文件,是黑屏,
测试 https路径文件显示正常
框架类型 | 问题类型 | API/组件名称 | 终端类型 | 微信版本 | 基础库版本 |
---|---|---|---|---|---|
小程序 | Bug | wx.previewImage | 微信iOS客户端 | Version. 3.8.2 (27305) | WeChatLib: 2.32.3 (2023.7.11 16:14:13) |
3 个回答
你好,麻烦提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
var imgPath = wx.env.USER_DATA_PATH + '/e-invoice' + Date.parse(new Date()) + i+'.png';
你临时文件地址怎么来的
补充: 在wx.downloadFile 使用 wxfile://store/296298178.png 路径可以正常下载