customPreviewImage.wxml 295 B

1234567891011
  1. <!--components/customPreviewImage/customPreviewImage.wxml-->
  2. <view class="preview-body" bindtouchstart="handleStart" bindtouchend="handleEnd" bindlongpress="longPress" bindtap="handleClose">
  3. <view class="preview-box">
  4. <image src="{{src}}" mode="aspectFit" />
  5. </view>
  6. </view>