- <My_GeneralTemplate padBot="20rpx">
- <view class="product_list">
- <van-tabs active="{{ active }}" bind:change="tabsChange">
- <van-tab title="全部" />
- <van-tab title="上架中" />
- <van-tab title="已下架" />
- </van-tabs>
- <My_MembersAndProducts wx:for="{{productList}}" bind:changeMessage="changeProductMessage" data-index="{{index}}" attinfos="{{item.attinfos[0]}}" imgSize="120rpx" radius="8rpx" title="{{item.fprodname}}" twoRow="{{item.fintroduction}}" threeRow="{{item.ftag}}" fisadministrator></My_MembersAndProducts>
- </view>
- </My_GeneralTemplate>
|