图片预览

  1. uni.previewImage({
  2. current:index,//当前图片的索引,用于实现点击图片就出现该图片的预览图
  3. urls:this.imagesList,//图片预览的链接,数组
  4. })