1 官方文档

  网址

 

2 示例

wx.previewImage({
      current: this.data.applyDetail.placeImgUrlList[1], // 当前显示图片的http链接
      urls:this.data.applyDetail.placeImgUrlList// 需要预览的图片http链接列表
    })