Fix:5857 【商城小程序】我的订单-集采中心,商城小程序订单详情页商品总价和礼品价值的金额与文字不在一行

This commit is contained in:
linxi
2026-08-25 11:24:03 +08:00
parent 5d8ea0cbd5
commit df47b96e87
+3 -3
View File
@@ -245,8 +245,8 @@
</view>
</view>
<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="" v-if="isCustomGiftOrder(orderInfo)">
<view v-if="orderInfo.isGiftCardReceiveBlind === 0">
<view class="v12-justify-between v12-align-center v12-mt-3 v12-dark-text" v-if="isCustomGiftOrder(orderInfo)">
<view class="v12-font-24 v12-dark-text" v-if="orderInfo.customGiftInfo.isShowValue">
{{ '礼品价值' }}
</view>
@@ -257,7 +257,7 @@
</text>
</view>
</view>
<view class="" v-else>
<view class="v12-justify-between v12-align-center v12-mt-3 v12-dark-text" v-else>
<view class="v12-font-24 v12-dark-text">
{{ '商品总价' }}
</view>