myList.wxml
1.13 KB
<!--page/subPackage/pages/zeroSell/myList.wxml-->
<import src="../../vendors/zanui/actionsheet/index.wxml" />
<tabs current-key="{{tabIndex}}" bindchange="onTabChange">
<view class="fellow-bar">
<fellow-bar></fellow-bar>
</view>
<view class="list-head-blank"></view>
<tabs-pane name="进行中">
<block wx:for="{{list[0].data}}">
<prize-item item="{{item}}" bindshare="share"></prize-item>
</block>
</tabs-pane>
<tabs-pane name="已公布">
<block wx:for="{{list[1].data}}">
<prize-item item="{{item}}"></prize-item>
</block>
</tabs-pane>
<view class="list-foot-blank" wx:if="{{footText && footText.length > 0}}">{{footText}}</view>
</tabs>
<view style="height: 20rpx;background-color:#F0F0F0"></view>
<more wx:if="{{recommends.length > 0}}">
<block wx:for="{{recommends}}">
<view class="product-item" >
<product-item product="{{item}}"></product-item>
</view>
</block>
</more>
<template is="zan-actionsheet" data="{{...actionsheet}}" />
<!-- <quickNavigation id="quickNavigation" isShowIndicator="{{false}}" isShowShopCart="{{false}}" marginBottom="{{190}}"></quickNavigation> -->