|
@@ -11,7 +11,7 @@
|
|
|
</view>
|
|
|
<!-- 任务模块 -->
|
|
|
<view class="task" style="padding-bottom:0rpx;position:relative">
|
|
|
- <view class="flex-box-end" style="color:#666;font-size:24rpx;position:absolute;top:30rpx;right:32rpx">该数据实时更新</view>
|
|
|
+ <view class="flex-box-end" style="color:#666;font-size:24rpx;position:absolute;top:30rpx;right:32rpx">*数据实时更新</view>
|
|
|
<image mode="widthFix" src="../../../image/ch2.png" style="width:360rpx" />
|
|
|
<view class="title">任务情况</view>
|
|
|
<view class="item" data-index="1" catchTap="openView">
|
|
@@ -23,7 +23,7 @@
|
|
|
</view>
|
|
|
<view class="openUrl" a:if="{{isUrl}}" data-index="1" catchTap="openView">查看我的任务<text class="jt" style="top:2rpx">»</text></view>
|
|
|
<view class="item" data-index="7" catchTap="openView">
|
|
|
- <view class="text margin-Top">本周任务</view>
|
|
|
+ <view class="text margin-Top">上周</view>
|
|
|
<view>共完成
|
|
|
<text class="num">{{result.my_tasks.range_overdue_count+result.my_tasks.range_before_count+result.my_tasks.range_on_time_count}}</text>项任务</view>
|
|
|
<view>其中按时完成
|
|
@@ -47,7 +47,7 @@
|
|
|
<view class="openUrl" data-index="2" a:if="{{isUrl}}" catchTap="openView">查看相关任务
|
|
|
<text class="jt" style="top:2rpx">»</text></view>
|
|
|
<view class="item" data-index="8" catchTap="openView">
|
|
|
- <view class="text margin-Top">本周任务</view>
|
|
|
+ <view class="text margin-Top">上周</view>
|
|
|
<view>共完成
|
|
|
<text class="num">{{result.tasks.range_before_count+result.tasks.range_overdue_count+result.tasks.range_on_time_count}}</text>项任务</view>
|
|
|
<view>其中按时完成
|
|
@@ -65,7 +65,7 @@
|
|
|
<image mode="widthFix" src="../../../image/ch11.png" style="width:360rpx;top:3rem" />
|
|
|
<view class="title">积分执行情况</view>
|
|
|
<view class="item">
|
|
|
- <view class="text">本周共完成
|
|
|
+ <view class="text">上周共完成
|
|
|
<text class="num">{{result.award.count_all}}</text>次积分奖扣</view>
|
|
|
<view>B分情况 人次
|
|
|
<text class="num">{{result.award.count_b}}</text>次</view>
|
|
@@ -83,7 +83,7 @@
|
|
|
<text class="jt" style="top:2rpx">»</text></view>
|
|
|
</view>
|
|
|
<view class="task" style="margin-top:40rpx">
|
|
|
- <view class="title" style="margin-bottom:20rpx"><text class="blue">{{result.rank.free_man.length}}</text>人在本周内未被奖扣</view>
|
|
|
+ <view class="title" style="margin-bottom:20rpx">上周<text class="blue">{{result.rank.free_man.length}}</text>人未被奖扣</view>
|
|
|
<view data-index="5" catchTap="openView" a:if="{{isUrl}}" class="openUrl">查看名单<text class="jt" style="top:0rpx">»</text></view>
|
|
|
</view>
|
|
|
<view class="task">
|
|
@@ -99,7 +99,7 @@
|
|
|
<text class="num">{{item.count}}</text>次</view>
|
|
|
</view>
|
|
|
</block>
|
|
|
- <view a:else style="text-align: center;color:#666">暂无数据</view>
|
|
|
+ <view a:else style="color:#666;padding:32rpx 0">暂无数据</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="task">
|
|
@@ -117,7 +117,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view a:else style="text-align: center;color:#666">暂无数据</view>
|
|
|
+ <view a:else style="color:#666;padding:32rpx 0">暂无数据</view>
|
|
|
<view class="text">A分</view>
|
|
|
<view class="item" a:if="{{result.rule.point_top_a_events.length>0}}">
|
|
|
<view class="li" a:for="{{result.rule.point_top_a_events}}">
|
|
@@ -131,7 +131,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view a:else style="text-align: center;color:#666">暂无数据</view>
|
|
|
+ <view a:else style="color:#666;padding:32rpx 0">暂无数据</view>
|
|
|
</view>
|
|
|
<view class="footer" data-index="6" catchTap="openView">
|
|
|
<image mode="scaleToFill" src="../../../image/logo.png"></image>
|