fix: 还原退款
This commit is contained in:
@@ -98,7 +98,7 @@ const refundAmount = computed(() => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// 是否可退款
|
// 是否可退款
|
||||||
const isRefundable = computed(() => props.orderData.refundable);
|
const isRefundable = computed(() => !props.orderData.refundable);
|
||||||
|
|
||||||
// 按钮文件
|
// 按钮文件
|
||||||
const btnText = computed(() => (isRefundable.value ? "点击退款" : "我知道了"));
|
const btnText = computed(() => (isRefundable.value ? "点击退款" : "我知道了"));
|
||||||
|
|||||||
Reference in New Issue
Block a user