v-noneData.wxml
334 字节
<!--component/v-noneData/v-noneData.wxml-->
<view class='none' style='padding-top: {{ top }}'>
<image style='{{ style }}' class='image {{ style ? "" : "hideImg" }}' src='{{ imageUrl }}' bindload="imageLoad" />
<view class='text'>{{ text }}</view>
<view class='text' wx:if='{{ subtitle }}'>{{ subtitle }}</view>
</view>