- <!-- 搜索 -->
- <van-search value="{{ value }}" placeholder="搜索产品" shape="round" use-action-slot bind:change="searchChange" bind:search="onSearch">
- <view wx:if="{{fisadministrator==1}}" class="search_left" slot="action" bind:tap="newAdd">
- <van-icon name="add" style="color: #1ABC9C;" /> 上架
- </view>
- </van-search>
- <view style="height: 10rpx;"></view>
- <!-- tabs -->
- <van-tabs active="{{ tabsActive }}" bind:change="tabsChange">
- <van-tab title="全部"></van-tab>
- <van-tab title="上架中"></van-tab>
- <van-tab title="已下架"></van-tab>
- </van-tabs>
- <!-- 产品 -->
- <My_product_item wx:for="{{productList}}" productItem="{{item}}" fisadministrator="{{fisadministrator}}"></My_product_item>
|