【功能完善】分销团队佣金分转元

pull/135/head
puhui999 2025-01-22 11:48:01 +08:00
parent d46cfd3943
commit ca85a34e49
1 changed files with 2 additions and 1 deletions

View File

@ -166,7 +166,7 @@
></view
>
<view>
<text class="num">{{ item.brokeragePrice || 0 }}</text
<text class="num">{{ fen2yuan(item.brokeragePrice) || 0 }}</text
>
</view>
</view>
@ -259,6 +259,7 @@
import _ from 'lodash-es';
import { onPageScroll } from '@dcloudio/uni-app';
import BrokerageApi from '@/sheep/api/trade/brokerage';
import { fen2yuan } from '../../sheep/hooks/useGoods';
const statusBarHeight = sheep.$platform.device.statusBarHeight * 2;
// const agentInfo = computed(() => sheep.$store('user').agentInfo);