收藏
回答

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

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug previewImage 客户端 7.0.4 2.7.1

- 当前 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

});


最后一次编辑于  2019-06-13
回答关注问题邀请回答
收藏

1 个回答

  • 是小白啊
    是小白啊
    2019-06-12

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

    2019-06-12
    有用
    回复 6
    • Chen
      Chen
      2019-06-12

      错误码:-12006,auth deny


      这个啥问题啊

      2019-06-12
      回复
    • 韦毅勇
      韦毅勇
      2019-06-13

      iphone X,ios版本12.3.1,微信版本7.0.4,小程序版本2.7.1.

      代码:

      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

      });


      2019-06-13
      回复
    • 是小白啊
      是小白啊
      2019-06-13回复韦毅勇

      代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)提供下这类型的

      2019-06-13
      回复
    • 韦毅勇
      韦毅勇
      2019-06-13

      https://developers.weixin.qq.com/s/NOE0U5mE7K9C

      2019-06-13
      回复
    • rock
      rock
      2019-06-13回复韦毅勇

      我们测试,都是第三张图片显示不出来,你的代码存在问题,导致第三张图片的 url 多了个前导空格,你可以直接写一个 url list 数组再次尝试一下。

      2019-06-13
      回复
    查看更多(1)
登录 后发表内容