| @@ -1,9 +1,9 @@ | |||||
| <view class='content-box' style='{{"padding-bottom:"+(lists.length>0?"200rpx":"0")}}'> | <view class='content-box' style='{{"padding-bottom:"+(lists.length>0?"200rpx":"0")}}'> | ||||
| <!-- <view class='top' wx:if='{{flag=="spellList"}}'> | |||||
| <view class='top' wx:if='{{flag=="spellList"}}'> | |||||
| <view class="banner" wx:if="{{list.length>0}}" hover-class="none" hover-stop-propagation="false"> | <view class="banner" wx:if="{{list.length>0}}" hover-class="none" hover-stop-propagation="false"> | ||||
| <c-banner wx:key="unique" list="{{list}}" /> | <c-banner wx:key="unique" list="{{list}}" /> | ||||
| </view> | </view> | ||||
| </view> --> | |||||
| </view> | |||||
| <view class='no-data01' wx:if='{{flag=="spellList"&&lists.length==0}}'> | <view class='no-data01' wx:if='{{flag=="spellList"&&lists.length==0}}'> | ||||
| <image src='{{nodata}}'></image> | <image src='{{nodata}}'></image> | ||||
| <view class='no-data-text'>暂无数据</view> | <view class='no-data-text'>暂无数据</view> | ||||
| @@ -12,7 +12,7 @@ | |||||
| <image src='{{nodata}}'></image> | <image src='{{nodata}}'></image> | ||||
| <view class='no-data-text'>暂无数据</view> | <view class='no-data-text'>暂无数据</view> | ||||
| </view> | </view> | ||||
| <view class='content'> | |||||
| <view class='content' style='margin-top:320rpx;'> | |||||
| <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='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'> | <view class='spell-left'> | ||||
| <image src='{{item.coverImg}}' mode="aspectFill"></image> | <image src='{{item.coverImg}}' mode="aspectFill"></image> | ||||