homenav.wxml 178 Bytes

<block wx:if="{{isShow}}">
<view class='homeContainer'>
  <image class='homeIcon' src='images/yoho@3x.png' style='mode: aspectFit;' bindtap='_backhome'></image>
</view>
</block>