- <!--components/customPreviewImage/customPreviewImage.wxml-->
- <view class="preview-body" bindtouchstart="handleStart" bindtouchend="handleEnd" bindlongpress="longPress" bindtap="handleClose">
- <view class="preview-box">
- <image class="preview-img" src="{{src}}" mode="aspectFit" show-menu-by-longpress="true" />
- </view>
- </view>
|