uniapp【修复】: 修改分销订单页面文字对应错误

This commit is contained in:
15093570141
2024-11-06 09:43:48 +08:00
parent a75155092c
commit fb69bce530

View File

@@ -26,7 +26,7 @@
</view> </view>
<view class="order_price"> <view class="order_price">
<view class="team_price"> <view class="team_price">
<view class="label">团队订单数量()</view> <view class="label">团队订单金额()</view>
<view class="value"> <view class="value">
{{state.orderInfo?.allOrderMoney ? state.orderInfo?.allOrderMoney : 0}} {{state.orderInfo?.allOrderMoney ? state.orderInfo?.allOrderMoney : 0}}
</view> </view>