|
|
@ -14,7 +14,7 @@ |
|
|
<view class="jf-title"> |
|
|
<view class="jf-title"> |
|
|
<view class="jf-title-item">事件名称</view> |
|
|
<view class="jf-title-item">事件名称</view> |
|
|
<view class="jf-title-item">积分</view> |
|
|
<view class="jf-title-item">积分</view> |
|
|
<view class="jf-title-item">时间</view> |
|
|
<view class="jf-title-item-last">时间</view> |
|
|
</view> |
|
|
</view> |
|
|
<!-- 积分记录列表 --> |
|
|
<!-- 积分记录列表 --> |
|
|
<view class="jf-list" wx:for-index="index" wx:for-item="item" wx:key="index" wx:for="{{pointsRecordlist}}" data-id="{{item.id}}"> |
|
|
<view class="jf-list" wx:for-index="index" wx:for-item="item" wx:key="index" wx:for="{{pointsRecordlist}}" data-id="{{item.id}}"> |
|
|
@ -22,7 +22,7 @@ |
|
|
<view class="jf-list-li color2"> |
|
|
<view class="jf-list-li color2"> |
|
|
<text wx:if="{{item.operationType == 0}}">-</text> |
|
|
<text wx:if="{{item.operationType == 0}}">-</text> |
|
|
<text wx:else>+</text>{{item.points}}</view> |
|
|
<text wx:else>+</text>{{item.points}}</view> |
|
|
<view class="jf-list-li color1">{{item.operationTime}}</view> |
|
|
<view class="jf-list-li jf-list-li-last color1">{{item.operationTime}}</view> |
|
|
</view> |
|
|
</view> |
|
|
</block> |
|
|
</block> |
|
|
<!-- 积分排行 --> |
|
|
<!-- 积分排行 --> |
|
|
@ -48,4 +48,7 @@ |
|
|
<view class="right">{{item.points}}</view> |
|
|
<view class="right">{{item.points}}</view> |
|
|
</view> |
|
|
</view> |
|
|
</block> |
|
|
</block> |
|
|
|
|
|
|
|
|
|
|
|
<!--加载更多提示--> |
|
|
|
|
|
<load-more loadMoreType="{{loadMoreType}}" loadMoreVisible="{{loadMoreVisible}}"></load-more> |
|
|
</view> |
|
|
</view> |