wx.previewImage在IOS上的只能显示第一张图
发布于 5 年前 作者 rren 13382 次浏览 来自 问答
  • 当前 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 回复

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

回到顶部