提交 cf079ab8 authored 作者: 龙菲's avatar 龙菲

修复缩小放大

上级 fbb94355
...@@ -510,11 +510,11 @@ const clickTabBar = (code) => { ...@@ -510,11 +510,11 @@ const clickTabBar = (code) => {
next() next()
break; break;
case 'minus': case 'minus':
zoomIn()
break;
case 'menu':
zoomOut() zoomOut()
break; break;
case 'plus':
zoomIn()
break;
} }
} }
...@@ -759,12 +759,12 @@ const handleSmallImageClick = (smallImage, pageNum) => { ...@@ -759,12 +759,12 @@ const handleSmallImageClick = (smallImage, pageNum) => {
(img) => img.url === smallImage.url (img) => img.url === smallImage.url
); );
const images = currentPage.images.map((img) => img.url) const images = currentPage.images.map((img) => img.url)
console.log(12,images);
showImagePreview({ showImagePreview({
images, images,
closeable: true, closeable: true,
startPosition: currentImageIndex.value, startPosition: currentImageIndex.value,
}); });
// previewImages.value = currentPage.images.map((img) => ({ // previewImages.value = currentPage.images.map((img) => ({
// src: img.url, // src: img.url,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论