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

修复缩小放大

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