log.wxml 2.2 KB

1
  1. <app-layout vue-id="18ea9cda-1" class="data-v-f8e6af22" bind:__l="__l" vue-slots="{{['default']}}"><view class="top data-v-f8e6af22"><image src="{{stepImg.app_image.activity_log_bg}}" class="data-v-f8e6af22"></image><view class="total data-v-f8e6af22"><view class="total-num data-v-f8e6af22">{{info.total_currency}}</view><view class="data-v-f8e6af22">总获得奖励</view></view><view class="data data-v-f8e6af22"><view class="location data-v-f8e6af22"><view class="data-num data-v-f8e6af22">{{info.total_bout}}</view><view class="data-v-f8e6af22">参赛次数</view></view><view class="location data-v-f8e6af22"><view class="data-num data-v-f8e6af22">{{info.bout}}</view><view class="data-v-f8e6af22">达标次数</view></view><view class="location data-v-f8e6af22"><view class="data-num data-v-f8e6af22">{{info.bout_ratio+"%"}}</view><view class="data-v-f8e6af22">达标率</view></view></view></view><view class="log data-v-f8e6af22">参赛记录</view><block wx:for="{{list}}" wx:for-item="item" wx:for-index="__i0__" wx:key="*this"><view class="list data-v-f8e6af22"><view class="list-title data-v-f8e6af22"><view class="title-left data-v-f8e6af22">{{item.activity.step_num+"步-"}}<view class="title-name data-v-f8e6af22">{{item.activity.title}}</view>挑战赛</view><block wx:if="{{item.status==0}}"><view class="loser data-v-f8e6af22">{{item.activity.now_time_status?'进行中':'未开始'}}</view></block><block wx:else><block wx:if="{{item.status==1}}"><view class="wait data-v-f8e6af22">已达标</view></block><block wx:else><block wx:if="{{item.status==2}}"><view class="finish data-v-f8e6af22">已结算</view></block><block wx:else><block wx:if="{{item.status==3}}"><view class="finish data-v-f8e6af22">未完成</view></block><block wx:else><block wx:if="{{item.status==4}}"><view class="finish data-v-f8e6af22">已解散</view></block></block></block></block></block></view><view class="list-body data-v-f8e6af22"><view class="list-num data-v-f8e6af22">{{item.user_num==null?0:item.user_num}}</view><view class="data-v-f8e6af22">完成步数</view></view><view class="list-body data-v-f8e6af22"><view class="list-num data-v-f8e6af22">{{item.reward_currency}}</view><view class="data-v-f8e6af22">奖励金额</view></view></view></block></app-layout>