feat:数字积分加枚举

This commit is contained in:
2026-05-22 11:31:00 +08:00
parent 2a92567835
commit 5512e17b94
23 changed files with 1553 additions and 1497 deletions
@@ -19,14 +19,14 @@
<image src="https://static.tbmall.xin/static/new/icon_zy.png" class="icon-img"></image>
<text class="text-20 text-zi">注:所有数据均截止到进入页面的时间,返回再进入页面数据会更新。</text>
</view>
<text class="text-32 text-zu1" style="margin-top:40rpx;font-weight: 500;">用户信息</text>
<text class="text-32 text-gray" style="margin-top:40rpx;font-weight: 500;">用户信息</text>
<view class="bottom-view">
<view class="bottom-box" v-for="(item,index) in dataList" :key="index">
<view class="bottom-top">
<!-- <image src="/https://static.tbmall.xin/static/new/tab.png"></image> -->
<image :src="item.userUrl"></image>
<view class="bottom-top-right">
<text class="text-32 text-zu1" style="font-weight: 500;">{{item.userName}}
<text class="text-32 text-gray" style="font-weight: 500;">{{item.userName}}
<text class="text-28 text-fu">({{item.gradeName}})</text>
</text>
<text class="text-26 text-fu1">ID:{{item.userId}}
@@ -36,11 +36,11 @@
</view>
<view class="bottom-bottom-panel">
<view class="bottom-bottom-box" style="border-right: 2rpx solid #F5F5F5;">
<text class="text-36 text-bold text-zu1">{{item.teamPerformance.teamAmount}}</text>
<text class="text-36 text-bold text-gray">{{item.teamPerformance.teamAmount}}</text>
<text class="text-24 text-fu1">订单金额</text>
</view>
<view class="bottom-bottom-box">
<text class="text-36 text-bold text-zu1">{{item.teamPerformance.teamCount}}</text>
<text class="text-36 text-bold text-gray">{{item.teamPerformance.teamCount}}</text>
<text class="text-24 text-fu1">团队人数</text>
</view>
</view>