C端小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

8 行
408 B

  1. <view class="index-coupons">
  2. <i-tabs current="{{ current_scroll }}" scroll bindchange="handleChangeScroll">
  3. <i-tab wx:for="{{tabs}}" wx:key="unique" key="{{item.id}}" title="{{item.title}}"></i-tab>
  4. </i-tabs>
  5. <scroll-view scroll-y="true" bindscrolltolower="searchScrollLower">
  6. <c-coupons wx:for="{{list}}" paramAtoB="{{scrollHeight}}" wx:key="unique" data="{{item}}" />
  7. </scroll-view>
  8. </view>