10 lines
759 B
Plaintext
10 lines
759 B
Plaintext
<view class='home' style=" top:{{top*2}}rpx;" catchtouchmove="setTouchMove">
|
|
|
|
<view class='homeCon bg-color acea-row row-column-between {{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/cart/cart' open-type='switchTab' class='iconfont icon-caigou-xianxing'></navigator>
|
|
<navigator hover-class='none' url='/pages/ucenter/index/index' open-type='switchTab' class='iconfont icon-yonghu1'></navigator>
|
|
</view>
|
|
<view class='pictrue' bindtap='open'><image src='{{homeActive==false?"/static/images/close.gif":"/static/images/open.gif"}}'></image></view>
|
|
</view>
|