收藏
回答

wx.previewImage无法全屏预览图片?

<image style="width: {{imgWidth}}px;height: {{imgWidth}}px;" src="{{subitem}}" lazy-load="{{true}}" mode="aspectFit" class="image" bindtap="previewImg" data-imgindex="{{index}}" data-currentsrc="{{subitem}}"></image>

previewImg(e) {
      const {albumList} = this.data
      console.log(albumList[e.currentTarget.dataset.imgindex])
      console.log(e.currentTarget.dataset.currentsrc)
      wx.previewImage({
        current: e.currentTarget.dataset.currentsrc,
        urls: albumList[e.currentTarget.dataset.imgindex]
      })
    }
回答关注问题邀请回答
收藏

3 个回答

  • 微喵网络
    微喵网络
    2021-07-13

    图片尺寸和屏幕宽高不适配

    2021-07-13
    有用
    回复
  • 哈罗哈皮
    哈罗哈皮
    2021-07-13

    换张图片试试,正常是全屏的

    2021-07-13
    有用
    回复
  • xplee
    xplee
    2021-07-12

    图片尺寸不够大

    2021-07-12
    有用
    回复
登录 后发表内容