footer.wxml 867 B

123456789101112131415
  1. <view style="height: 200rpx;" />
  2. <view class="cu-bar bg-white tabbar border shop footer">
  3. <view class="action" hover-class="navigator-hover" style="height: 100%;display: flex; flex-direction: column; align-items: center;" data-event="toindex" bindtap="clickBut">
  4. <view class="cuIcon-cart">
  5. <view class="cu-tag badge">{{badge}}</view>
  6. </view>
  7. 促销购物车
  8. </view>
  9. <view hover-class="{{disabled?'none':'navigator-hover'}}" style="background: rgba({{disabled?'243,123,29,.7':'243,123,29,1'}});color: #fff;" class="submit" data-event="update" bindtap="{{disabled?'':'clickBut'}}">
  10. 加入促销购物车
  11. </view>
  12. <view hover-class="{{disabled?'none':'navigator-hover'}}" style="background: rgba({{disabled?'8,92,223,.7':'8,92,223,1'}});color: #fff;" class="submit" data-event="submit" bindtap="{{disabled?'':'clickBut'}}">
  13. 生成订单
  14. </view>
  15. </view>