| | |
| | | <view class="performance-content"> |
| | | <view class="flex justify-around"> |
| | | <view class="flex flex-v align-center performance-item"> |
| | | <text class="font-16 red">{{userAchieve.orderCash | formatNum}}</text> |
| | | <text class="mt-5">订单业绩</text> |
| | | </view> |
| | | <view class="flex flex-v align-center performance-item"> |
| | | <text class="font-16 green">{{userAchieve.cash | formatNum}}</text> |
| | | <text class="font-16 green">{{userAchieve.orderCash | formatNum}}</text> |
| | | <text class="mt-5">现金业绩</text> |
| | | </view> |
| | | <view class="flex flex-v align-center performance-item"> |
| | | <text class="font-16 purple">{{userAchieve.cardUse | formatNum}}</text> |
| | | <text class="font-16 purple">{{userAchieve.cash | formatNum}}</text> |
| | | <text class="mt-5">划扣业绩</text> |
| | | </view> |
| | | <view class="flex flex-v align-center performance-item"> |
| | | <text class="font-16 red">{{userAchieve.cardUse | formatNum}}</text> |
| | | <text class="mt-5">业绩提成</text> |
| | | </view> |
| | | </view> |
| | | <view class="flex justify-around mt-15"> |
| | | <view class="flex flex-v align-center performance-item"> |