index.wxml 297 B

1234
  1. <view class="i-class img-content">
  2. <image class="i-class img-def" src="{{defaultImage}}"></image>
  3. <image binderror="bindError" bindload="imageLoad" bindtap="preview" class="i-class img-def opacity {{isLoad?'show-img':''}}" lazyLoad="{{isLazy}}" mode="aspectFill" src="{{img}}"></image>
  4. </view>