| 12345678910111213141516171819202122232425 |
- <view
- class='home acea-row row-middle {{homeActive==true?"on":""}}'
- style=" top:{{top*2}}rpx;"
- catchtouchmove="setTouchMove"
- >
- <view class='homeCon acea-row row-between-wrapper {{homeActive==true?"on":""}}'>
- <navigator
- hover-class="none"
- url="/pages/index/index"
- open-type="switchTab"
- class="iconfont icon-shouye-xianxing"
- ></navigator>
- <navigator
- hover-class="none"
- url="/pages/order_addcart/order_addcart"
- open-type="switchTab"
- class="iconfont icon-caigou-xianxing"
- ></navigator>
- <navigator hover-class="none" url="/pages/user/user" open-type="switchTab" class="iconfont icon-yonghu1">
- </navigator>
- </view>
- <view class='pictrue {{homeActive==true?"on":""}}' bindtap="open">
- <image src='{{homeActive==false?"/images/close.gif":"/images/open.gif"}}'></image>
- </view>
- </view>
|