1 line
959 B
Plaintext
1 line
959 B
Plaintext
<view class="{{['u-wrap','data-v-0c402528','u-lazy-item-'+elIndex]}}" style="{{'opacity:'+($root.m0)+';'+('border-radius:'+(borderRadius+'rpx')+';')+('transition:'+('opacity '+time/1000+'s ease-in-out')+';')}}"><view class="{{['data-v-0c402528','u-lazy-item-'+elIndex]}}"><block wx:if="{{!isError}}"><image class="u-lazy-item data-v-0c402528" style="{{'border-radius:'+(borderRadius+'rpx')+';'+('height:'+(imgHeight)+';')}}" src="{{isShow?image:loadingImg}}" mode="{{imgMode}}" data-event-opts="{{[['load',[['imgLoaded',['$event']]]],['tap',[['clickImg',['$event']]]]]}}" bindload="__e" bindtap="__e"></image></block><block wx:else><image class="u-lazy-item error data-v-0c402528" style="{{'border-radius:'+(borderRadius+'rpx')+';'+('height:'+(imgHeight)+';')}}" src="{{errorImg}}" mode="{{imgMode}}" data-event-opts="{{[['load',[['errorImgLoaded',['$event']]]],['tap',[['clickImg',['$event']]]]]}}" bindload="__e" bindtap="__e"></image></block></view></view> |