25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <view class="index-coupons">
- <i-tabs current="{{current_scroll}}" scroll bindchange="handleChangeScroll">
- <i-tab wx:for="{{tabs}}" wx:key="unique" key="{{item.id}}" title="{{item.title}}"></i-tab>
- </i-tabs>
- <view class='coupons clearfix'>
- <c-coupons wx:if="{{list.length!=0}}" wx:for="{{list}}" paramAtoB="{{loading}}" wx:key="unique" data="{{item}}" list="{{list}}" />
- </view>
- <view class='dingdan' wx:if="{{list.length==0}}">
- <image class="img" src="{{actUrl}}" mode="widthFix"></image>
- <text class="tetx">请您敬请期待</text>
- <text class="tetx">我们正在筹备一大波优惠活动</text>
- </view>
- <view class="loading" wx:if="{{loading}}">
- <image class="img" src="{{loadingUrl}}" mode="widthFix"></image>{{content}}
- </view>
- <view class='loadingtext' wx:if="{{loadingtext}}">{{loadingtext}}</view>
- </view>
|