|
|
@@ -4,6 +4,7 @@ exports[`init page No. 1`] = `"<view class=\\"nut-imagepreview-index\\">3 / 4</v
|
|
|
|
|
|
exports[`video surported in H5 env 1`] = `
|
|
|
"<view class=\\"nut-popup popup-center custom-pop\\" style=\\"z-index: 2000; animation-duration: 0.3s; width: 100%;\\">
|
|
|
+ <!-- @click.stop=\\"closeOnImg\\" @touchstart.capture=\\"onTouchStart\\" -->
|
|
|
<view class=\\"nut-imagepreview\\">
|
|
|
<view class=\\"nut-swiper nut-imagepreview-swiper\\">
|
|
|
<view class=\\"nut-swiper-inner\\">
|
|
|
@@ -73,5 +74,6 @@ exports[`video surported in H5 env 1`] = `
|
|
|
</view>
|
|
|
<view class=\\"nut-imagepreview-index\\">1 / 6</view>
|
|
|
<!--v-if-->
|
|
|
+ <!--v-if-->
|
|
|
</view>"
|
|
|
`;
|