feat: 图片浏览器优化
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user