mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 19:13:26 +08:00
【优化】移除佣金明细下面tag标签,使用订单统一的是否结算标记。
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
<view class="total-box coreshop-flex coreshop-align-center coreshop-justify-between">
|
||||
<view class="goods-price">
|
||||
{{ goods.productPrice * goods.productNums }}
|
||||
<text class="goods-state">未结算</text>
|
||||
<!--<text class="goods-state">未结算</text>-->
|
||||
</view>
|
||||
<view class="coreshop-flex coreshop-align-center">
|
||||
<text class="name">佣金:</text>
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
<view class="total-box coreshop-flex coreshop-align-center coreshop-justify-between">
|
||||
<view class="goods-price">
|
||||
{{ goods.productPrice }}
|
||||
<text class="goods-state">未结算</text>
|
||||
<!--<text class="goods-state">未结算</text>-->
|
||||
</view>
|
||||
<view class="coreshop-flex coreshop-align-center">
|
||||
<text class="name">佣金:</text>
|
||||
|
||||
Reference in New Issue
Block a user