Fix:6018 【礼品集采中心小程序】我的订单-集采中心,隐藏自建订单详情页的实付款
This commit is contained in:
@@ -317,7 +317,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<u-divider></u-divider>
|
<u-divider></u-divider>
|
||||||
<view class="v12-justify-between v12-align-center v12-mt-3" v-if="orderInfo.isGiftCardReceiveBlind === 0">
|
<view class="v12-justify-between v12-align-center v12-mt-3" v-if="orderInfo.isGiftCardReceiveBlind === 0 && !isCustomGiftOrder(orderInfo)">
|
||||||
<view class="v12-font-28 v12-font-bold v12-dark-text">
|
<view class="v12-font-28 v12-font-bold v12-dark-text">
|
||||||
实付款
|
实付款
|
||||||
</view>
|
</view>
|
||||||
@@ -498,15 +498,17 @@
|
|||||||
<text class="v12-font-22 v12-dark1-text">
|
<text class="v12-font-22 v12-dark1-text">
|
||||||
共{{ orderInfo.totalNum }}件商品
|
共{{ orderInfo.totalNum }}件商品
|
||||||
</text>
|
</text>
|
||||||
<text class="v12-font-bold v12-dark-text v12-font-28 v12-mx-2">
|
<template v-if="!isCustomGiftOrder(orderInfo)">
|
||||||
实付款
|
<text class="v12-font-bold v12-dark-text v12-font-28 v12-mx-2">
|
||||||
</text>
|
实付款
|
||||||
<text class="v12-font-bold v12-primary-text v12-font-22">
|
</text>
|
||||||
¥
|
<text class="v12-font-bold v12-primary-text v12-font-22">
|
||||||
</text>
|
¥
|
||||||
<text class="v12-font-bold v12-primary-text v12-font-28">
|
</text>
|
||||||
{{ force2Decimal(orderInfo.payPrice) }}
|
<text class="v12-font-bold v12-primary-text v12-font-28">
|
||||||
</text>
|
{{ force2Decimal(orderInfo.payPrice) }}
|
||||||
|
</text>
|
||||||
|
</template>
|
||||||
</view>
|
</view>
|
||||||
<view class="bnt v12-primary-text v12-primary-border v12-ml-1" @click="subscribePay">立即付款</view>
|
<view class="bnt v12-primary-text v12-primary-border v12-ml-1" @click="subscribePay">立即付款</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user