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 ? "点击退款" : "我知道了"));
|
||||
|
||||
Reference in New Issue
Block a user