feat: 图片浏览器优化

This commit is contained in:
2026-03-26 22:54:46 +08:00
parent 2ed4373a8f
commit 8d57d684c0

View File

@@ -35,7 +35,7 @@
:scroll-with-animation="true" :scroll-with-animation="true"
show-scrollbar="false" show-scrollbar="false"
> >
<view class="thumbnail-list"> <view class="thumbnail-list" v-if="thumbnails.length > 1">
<view <view
v-for="(thumb, index) in thumbnails" v-for="(thumb, index) in thumbnails"
:key="index" :key="index"