|
@@ -2,13 +2,16 @@
|
|
|
<view class="radish-main">
|
|
<view class="radish-main">
|
|
|
<view class="radish-main__line" wx:key="{{index}}" data-val="{{item.id}}" wx:for="{{list}}">
|
|
<view class="radish-main__line" wx:key="{{index}}" data-val="{{item.id}}" wx:for="{{list}}">
|
|
|
<view class="radish-main__left">
|
|
<view class="radish-main__left">
|
|
|
- <view class="radish-main__text ellipsis">{{item.product_name}}</view>
|
|
|
|
|
|
|
+ <view class="radish-main__img"><image src="{{item.product_image}}"></image></view>
|
|
|
|
|
+ <view class="radish-main__text ellipsis">{{item.product_name}}商品赠券</view>
|
|
|
<!-- <view class="radish-main__time"><format-time type="formatTime" value="{{item.ctime}}" ></format-time></view> -->
|
|
<!-- <view class="radish-main__time"><format-time type="formatTime" value="{{item.ctime}}" ></format-time></view> -->
|
|
|
- <view class="radish-main__time">数量:{{item.send_nums1}}</view>
|
|
|
|
|
|
|
+ <view class="radish-main__source">数量:{{item.send_nums1}}</view>
|
|
|
|
|
+ <view class="radish-main__source">来源:{{item.source_name}}</view>
|
|
|
|
|
+ <view class="radish-main__time">发放日期:{{item.created_at}}</view>
|
|
|
<view class="clean"></view>
|
|
<view class="clean"></view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="radish-main__count">{{item.source_name}}</view>
|
|
|
|
|
|
|
+ <!-- <view class="radish-main__count">{{item.source_name}}</view> -->
|
|
|
</view>
|
|
</view>
|
|
|
- <view wx:if="{{list.length == 0}}" style="text-align: center;padding: 120rpx;">你暂时没有赠券</view>
|
|
|
|
|
|
|
+ <view wx:if="{{list.length == 0}}" style="text-align: center;padding: 120rpx;">您暂时没有赠券</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|