支付联调

This commit is contained in:
duan
2024-05-22 15:06:09 +08:00
parent 75ac4e967c
commit 925e2027e2
6 changed files with 178 additions and 81 deletions

View File

@@ -32,7 +32,12 @@
</view>
<view
:class="item.status == 0?'containertopboxitemright_four':'containertopboxitemright_fours'">
{{item.status == 0 ? '兑换积分':'已过期'}}
<text v-if="orderfood">
{{item.status == 0 ? '去使用':'无法使用'}}
</text>
<text v-else>
{{item.status == 0 ? '兑换积分':'已过期'}}
</text>
</view>
</view>
</view>
@@ -141,7 +146,7 @@
uni.navigateBack()
} else {
uni.showToast({
title: '优惠卷不能用于目前订单',
title: '优惠券面值大于支付金额',
icon: "none",
})
}
@@ -156,7 +161,7 @@
uni.navigateBack()
} else {
uni.showToast({
title: '优惠卷不能用于目前订单',
title: '优惠券面值大于支付金额',
icon: "none",
})
}