mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 20:03:26 +08:00
uniapp【修复】: 修改分销订单页面文字对应错误
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user