index.wxml 976 B

12345678910111213141516171819202122
  1. <!-- 骨架屏 -->
  2. <import src="./index.skeleton.wxml" />
  3. <template is="skeleton" wx:if="{{loading}}" />
  4. <Yl_HeadNav styleType="1" sort='{{content.sort}}' bindonSearch="onSearch" />
  5. <!-- 品牌列表 -->
  6. <Tabs list="{{brandList}}" box-class='brand-box' tab-class='brand-tab-class' active-class='brand-active-class' />
  7. <!-- 产品列表 -->
  8. <Tabs wx:for="{{typeList}}" active="{{item.active}}" wx:key="{{index}}" rowIndex="{{index}}" list="{{item.list}}" bind:onChange="typeChange" name='itemclassname' box-class='brand-box' tab-class='brand-tab-class' active-class='brand-active-class' />
  9. <Yl_FloatingButton useSlot bindtap="toShopping">
  10. <view>
  11. <text class="corner-mark">99+</text>
  12. <image style="width: 160rpx; height: 160rpx; transform: translate(-50%,-50%);" src='/static/image/shopping.png' data-title="新建线索" />
  13. </view>
  14. </Yl_FloatingButton>
  15. <view class="division" />
  16. <Yl_ListBox id='ListBox' bind:getlist='getList'>
  17. <List list="{{list}}" />
  18. </Yl_ListBox>