|
|
@@ -1,9 +1,17 @@ |
|
|
|
<view class='content-box'> |
|
|
|
<view class='content-box' style='{{"padding-bottom:"+(lists.length>0?"200rpx":"0")}}'> |
|
|
|
<view class='top' wx:if='{{flag=="spellList"}}'> |
|
|
|
<view class="banner" wx:if="{{list.length>0}}" hover-class="none" hover-stop-propagation="false"> |
|
|
|
<c-banner wx:key="unique" list="{{list}}" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class='no-data01' wx:if='{{flag=="spellList"&&lists.length==0}}'> |
|
|
|
<image src='{{nodata}}'></image> |
|
|
|
<view class='no-data-text'>暂无数据</view> |
|
|
|
</view> |
|
|
|
<view class='no-data' wx:if='{{flag=="myspellList"&&lists.length==0}}'> |
|
|
|
<image src='{{nodata}}'></image> |
|
|
|
<view class='no-data-text'>暂无数据</view> |
|
|
|
</view> |
|
|
|
<view class='content' style='{{"margin-top:"+(flag=="spellList"?"320rpx":0)}}'> |
|
|
|
<view class='sepll-list' wx:if='{{flag=="spellList"}}' wx:for="{{lists}}" wx:key="{{index}}" data-couponId='{{item.couponId}}' data-id='{{item.id}}' bindtap='invite'> |
|
|
|
<view class='spell-left'> |
|
|
@@ -67,4 +75,7 @@ |
|
|
|
<view class='bottom-left' bindtap="getSpellList" style="background:{{flag=='spellList'?'#FF7250':'#F3453A'}}">拼团商品</view> |
|
|
|
<view class='bottom-right' bindtap="getmyList" style="background:{{flag!='spellList'?'#FF7250':'#F3453A'}}">我的拼团</view> |
|
|
|
</view> |
|
|
|
<view class="loading" wx:if="{{loading}}"> |
|
|
|
{{content}} |
|
|
|
</view> |
|
|
|
</view> |