forked from nsjcy/frontEnd/nsjcy

liuwh
2020-05-09 4edccb5c4268698889887edcee9228db2c9f0a61
1
2
3
<template name="img-loader">
    <image class="pretreatment-img" wx:for="{{ imgLoadList }}" wx:key="*this" src="{{ item }}" data-src="{{ item }}" bindload="_imgOnLoad" binderror="_imgOnLoadError" style="width:0;height:0;opacity:0" />
</template>