You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
412 B
15 lines
412 B
<wxs src="./utils.wxs" module="Utils" />
|
|
<t-image
|
|
class="J-image"
|
|
src="{{Utils.getSrc({src, thumbWidth: thumbWidth || 0, thumbHeight: thumbHeight || 0, systemInfo, webp, mode})}}"
|
|
t-class="t-class"
|
|
t-class-load="t-class-load"
|
|
mode="{{ mode }}"
|
|
lazy="{{ lazyLoad }}"
|
|
show-menu-by-longpress="{{showMenuByLongpress}}"
|
|
error="{{loadFailed}}"
|
|
loading="{{loading}}"
|
|
binderror="onError"
|
|
bindload="onLoad"
|
|
/>
|