home.wxml 246 B

123456
  1. <!-- 返回首页 -->
  2. <view class="view" style=" top:{{top}}px;" catchtouchmove="setTouchMove">
  3. <navigator url='/pages/index/index' hover-class='none' open-type = "switchTab" >
  4. <image src="/images/home.png"></image>
  5. </navigator>
  6. </view>