|
@@ -4,7 +4,7 @@
|
|
|
<text class="num r-10 size-28 sys-weight-600 text-color-12">任务统计汇总</text>
|
|
<text class="num r-10 size-28 sys-weight-600 text-color-12">任务统计汇总</text>
|
|
|
<view class="row center">
|
|
<view class="row center">
|
|
|
<image class="wh-80 m-r20" src="https://wealfavor-1257406827.cos.ap-beijing.myqcloud.com/new-xcx/statistics/stat-num.png" mode=""></image>
|
|
<image class="wh-80 m-r20" src="https://wealfavor-1257406827.cos.ap-beijing.myqcloud.com/new-xcx/statistics/stat-num.png" mode=""></image>
|
|
|
- <text class="size-48 sys-weight-600 color-059374 m-r10">45</text>
|
|
|
|
|
|
|
+ <text class="size-48 sys-weight-600 color-059374 m-r10">{{totalNum}}</text>
|
|
|
<text class="size-26 text-color-666">次</text>
|
|
<text class="size-26 text-color-666">次</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -52,7 +52,10 @@
|
|
|
current: 0,
|
|
current: 0,
|
|
|
iconList: ['stat-up', 'stat-noloan', 'stat-loan', 'stat-sign']
|
|
iconList: ['stat-up', 'stat-noloan', 'stat-loan', 'stat-sign']
|
|
|
};
|
|
};
|
|
|
- }
|
|
|
|
|
|
|
+ },
|
|
|
|
|
+ methods: {
|
|
|
|
|
+
|
|
|
|
|
+ },
|
|
|
}
|
|
}
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|