抖音c端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.ttml 831 B

2 jaren geleden
123456789101112131415
  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>