修改逻辑 -- 未发货订单申请退款不需要审核

This commit is contained in:
赵毅 2025-11-04 15:36:44 +08:00
parent e2b284f048
commit b55b13596d

View File

@ -52,16 +52,6 @@ export default {
const selectedText = this.applyRefundReasons[this.selectedReason];
this.$emit('update:showPopup', false);
this.$emit('refundConfirmed', { reason: selectedText });
uni.showModal({
title: '退款申请成功',
content: '将在审核后完成退款',
showCancel: false,
success: (res) => {
if (res.confirm) {
console.log('用户点击确定');
}
}
});
}
},
watch: {