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