|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
<template>
|
|
|
<view class="nut-imagepreview">
|
|
<view class="nut-imagepreview">
|
|
|
- <nut-popup v-model:visible="showPop" @click="closePop">
|
|
|
|
|
|
|
+ <nut-popup pop-class="custom-pop" v-model:visible="showPop" @click="closePop">
|
|
|
<swiper
|
|
<swiper
|
|
|
v-if="showPop"
|
|
v-if="showPop"
|
|
|
:autoplay="true"
|
|
:autoplay="true"
|
|
@@ -13,9 +13,7 @@
|
|
|
<img :src="item.imgSrc" class="nut-imagepreview-img" />
|
|
<img :src="item.imgSrc" class="nut-imagepreview-img" />
|
|
|
</swiper-item>
|
|
</swiper-item>
|
|
|
</swiper>
|
|
</swiper>
|
|
|
- <view class="nut-imagepreview-index">
|
|
|
|
|
- {{ active }} / {{ images.length }}
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+ <view class="nut-imagepreview-index"> {{ active }} / {{ images.length }} </view>
|
|
|
</nut-popup>
|
|
</nut-popup>
|
|
|
</view>
|
|
</view>
|
|
|
</template>
|
|
</template>
|