pages/QC/LLJ/ImageItem.vue
@@ -148,6 +148,19 @@ // loop: false, // 是否开启图片轮播,默认为 false // indicator: 'default',// 图片指示器类型,可选值为 "default"、"number"、"pointer",默认为 "default" // }); let imagesArry = []; console.log(index); base64ToPath(this.qsImage.map(s=>s.img)[index]).then(path => { uni.hideLoading(); imagesArry[index] = path console.log(path); uni.previewImage({ current: index, urls: imagesArry }) }) }, init() { this.$post({