index.wxml 620 B

12345678910
  1. <My_GeneralTemplate padBot="20rpx">
  2. <view class="product_list">
  3. <van-tabs active="{{ active }}" bind:change="tabsChange">
  4. <van-tab title="全部" />
  5. <van-tab title="上架中" />
  6. <van-tab title="已下架" />
  7. </van-tabs>
  8. <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>
  9. </view>
  10. </My_GeneralTemplate>