Fix:5730 【管理后台】我的订单-集采中心,自建礼品订单详情页“商品总价”改成“礼品价值”,支付方式未显示余额支付/微信支付
This commit is contained in:
@@ -247,7 +247,7 @@
|
||||
<view class="" v-if="getOrderDetailDisplayItems(orderInfo).length && (d === getOrderDetailDisplayItems(orderInfo).length - 1) && orderInfo.isDrawOrder === 0">
|
||||
<view class="v12-justify-between v12-align-center v12-mt-3 v12-dark-text" v-if="orderInfo.isGiftCardReceiveBlind === 0">
|
||||
<view class="v12-font-24 v12-dark-text">
|
||||
商品总价
|
||||
{{ isCustomGiftOrder(orderInfo) ? '礼品价值' : '商品总价' }}
|
||||
</view>
|
||||
<view class="v12-text-right">
|
||||
<text class="v12-font-22">¥</text>
|
||||
|
||||
Reference in New Issue
Block a user