抖音c端
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

15 lignes
831 B

  1. <view class="index-coupons">
  2. <i-tabs current="{{current_scroll}}" scroll bindchange="handleChangeScroll">
  3. <i-tab tt:for="{{tabs}}" tt:key="unique" key="{{item.id}}" title="{{item.title}}"></i-tab>
  4. </i-tabs>
  5. <view class='coupons clearfix'>
  6. <c-coupons tt:if="{{list.length!=0}}" tt:for="{{list}}" paramAtoB="{{loading}}" tt:key="unique" data="{{item}}" list="{{list}}" />
  7. </view>
  8. <view class='dingdan' tt:if="{{list.length==0}}">
  9. <image src="{{actUrl}}" mode="widthFix"></image>
  10. <text>请您敬请期待</text>
  11. <text>我们正在筹备一大波优惠活动</text>
  12. </view>
  13. <view class="loading" tt:if="{{loading}}"><image src="{{loadingUrl}}" mode="widthFix"></image>{{content}}</view>
  14. <view class='loadingtext' tt:if="{{loadingtext}}">{{loadingtext}}</view>
  15. </view>