|
@@ -105,14 +105,14 @@ export default {
|
|
|
贡献收益记录
|
|
贡献收益记录
|
|
|
</view>
|
|
</view>
|
|
|
<view class="bgc-F6F7FA">
|
|
<view class="bgc-F6F7FA">
|
|
|
- <view class="item-box align-items-center flex-justify-space" v-for="item in 3" :key="item.id">
|
|
|
|
|
|
|
+ <view class="item-box align-items-center flex-justify-space" v-for="item in list" :key="item.id">
|
|
|
<view>
|
|
<view>
|
|
|
<view class="mb-4 fs-28 fw-b">贡献数量</view>
|
|
<view class="mb-4 fs-28 fw-b">贡献数量</view>
|
|
|
- <view class="fs-24">2025-01-10</view>
|
|
|
|
|
|
|
+ <view class="fs-24">{{item.created_date}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="align-items-center">
|
|
<view class="align-items-center">
|
|
|
<view class="fs-24">奖励:</view>
|
|
<view class="fs-24">奖励:</view>
|
|
|
- <view class="fs-28 fc-ED301D">2.5</view>
|
|
|
|
|
|
|
+ <view class="fs-28 fc-ED301D">{{item.sorting_money}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="h-50 text-align-center fs-28">
|
|
<view class="h-50 text-align-center fs-28">
|