EP-WachatApp/eaterplanet_ecommerce/components/img/index.wxml

4 lines
297 B
Plaintext
Raw Normal View History

2023-03-24 11:24:28 +08:00
<view class="i-class img-content">
<image class="i-class img-def" src="{{defaultImage}}"></image>
<image binderror="bindError" bindload="imageLoad" bindtap="preview" class="i-class img-def opacity {{isLoad?'show-img':''}}" lazyLoad="{{isLazy}}" mode="aspectFill" src="{{img}}"></image>
</view>