在uniapp中,我们可以使用uni.previewImage()
API对图片进行预览,具体使用方法如下:
uni.previewImage({
urls: ['https://example.com/image1.jpg', 'https://example.com/image2.jpg'],
current: 0
});
urls
参数:为一个字符串数组,表示需要预览的图片数组;
current
参数:为一个数字,表示当前选中的图片在数组中的索引值,从0开始计数。
在uniapp中,我们可以使用uni.previewImage()
API对图片进行预览,具体使用方法如下:
uni.previewImage({
urls: ['https://example.com/image1.jpg', 'https://example.com/image2.jpg'],
current: 0
});
urls
参数:为一个字符串数组,表示需要预览的图片数组;
current
参数:为一个数字,表示当前选中的图片在数组中的索引值,从0开始计数。