java-mall-app/unpackage/dist/build/mp-weixin/components/u-parse/components/wxParseImg.wxml
2025-12-12 17:04:03 +08:00

1 line
356 B
Plaintext

<image class="{{[node.classStr]}}" style="{{'width:100% !important;'+(newStyleStr||node.styleStr)}}" mode="{{node.attr.mode}}" lazy-load="{{node.attr.lazyLoad}}" data-src="{{node.attr.src}}" src="{{node.attr.src}}" data-event-opts="{{[['tap',[['wxParseImgTap',['$event']]]],['load',[['wxParseImgLoad',['$event']]]]]}}" bindtap="__e" bindload="__e"></image>