123456789101112131415 |
- <view style="height: 200rpx;" />
- <view class="cu-bar bg-white tabbar border shop footer">
- <view class="action" hover-class="navigator-hover" style="height: 100%;display: flex; flex-direction: column; align-items: center;" data-event="toindex" bindtap="clickBut">
- <view class="cuIcon-cart">
- <view class="cu-tag badge">{{badge}}</view>
- </view>
- 促销购物车
- </view>
- <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'}}">
- 加入促销购物车
- </view>
- <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'}}">
- 生成订单
- </view>
- </view>
|