wxParseImg$68bef162.wxml 361 Bytes
<template name="wxParseImg$68bef162">
  <image mode="{{node.attr.mode}}" lazy-load="{{node.attr.lazyLoad}}" data-src="{{node.attr.src}}" src="{{node.attr.src}}" bindtap="handleProxy" bindload="handleProxy" data-eventid="{{'0'}}" data-comkey="{{$k}}" class="_image data-v-ed8f6740 {{node.classStr}}" style=" {{newStyleStr || node.styleStr}}"></image>
</template>