wx.previewImage在IOS上的只能显示第一张图

发布于 7 年前作者 rren13548 次浏览最后编辑 7 年前来自 ask
  • 当前 Bug 的表现(可附上截图)

ios第一张图片可以正常显示,但是后面的图片不能全部显示,一直显示圈圈。IOS版本是12.3.1

问题是安卓的可以,小米和华为都试过。

  • 预期表现

就是正常的图片预览

  • 复现路径

  • 提供一个最简复现 Demo

var list = http://distinguish.3yue3.top/inteli\_20190610170402\_carno\_YookVL1VL.jpg?Content-Type=image/jpg,http://distinguish.3yue3.top/inteli\_20190610170359\_carno\_FusQConLL.jpg?Content-Type=image/jpg, http://distinguish.3yue3.top/inteli\_20190611113054\_carno\_lhUa9VUnL.jpg?Content-Type=image/jpg,http://distinguish.3yue3.top/inteli\_20190611113041\_carno\_AZHhCuNNL.jpg?Content-Type=image/jpg

.split(“,”);

wx.previewImage({

current: list[0],

urls: list

});

1 回复
qiangyan
qiangyan1 楼5 年前

麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)