This commit is contained in:
2025-04-14 16:44:17 +08:00
parent c375a97497
commit 85edeae7db
7 changed files with 259 additions and 161 deletions

View File

@@ -373,7 +373,18 @@
>苹果支付</span
>
<span style="color: #666" v-if="orderContet.paymentMethod == 4"
>天医币支付</span
>
<template v-if="orderContet.orderType == 'point'&&orderContet.bookBuyConfigEntity.realMoney>0">
天医币支付<text v-if="orderContet.jfDeduction>0">&nbsp;+ 积分抵扣</text>
</template>
<template v-else-if="orderContet.realMoney">
天医币支付 <text v-if="orderContet.jfDeduction>0">&nbsp;+ 积分抵扣</text>
</template>
<template v-else-if="orderContet.jfDeduction>0">
积分抵扣
</template>
</span
></text
>
</view>