| | |
| | | </view> |
| | | <view class="footer-cont flex flex-between wr-class"> |
| | | <view class="flex flex-between bottom-operate-left" wx:if="{{jumpArray.length > 0}}"> |
| | | <view |
| | | wx:for="{{jumpArray}}" |
| | | wx:key="index" |
| | | class="icon-warp operate-wrap" |
| | | bindtap="toNav" |
| | | data-ele="foot_navigation" |
| | | data-index="{{index}}" |
| | | data-url="{{item.url}}" |
| | | > |
| | | <view wx:for="{{jumpArray}}" wx:key="index" class="icon-warp operate-wrap" bindtap="toNav" data-ele="foot_navigation" data-index="{{index}}" data-url="{{item.url}}"> |
| | | <view> |
| | | <text wx:if="{{shopCartNum > 0 && item.showCartNum}}" class="tag-cart-num"> |
| | | {{shopCartNum > 99 ? '99+' : shopCartNum}} |
| | |
| | | <slot name="buyButton" /> |
| | | </block> |
| | | </view> |
| | | |