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