customPreviewImage.wxml 315 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 class="preview-img" src="{{src}}" mode="aspectFit" />
  5. </view>
  6. </view>