修改逻辑 -- 未发货订单申请退款不需要审核
This commit is contained in:
parent
e2b284f048
commit
b55b13596d
@ -52,16 +52,6 @@ export default {
|
|||||||
const selectedText = this.applyRefundReasons[this.selectedReason];
|
const selectedText = this.applyRefundReasons[this.selectedReason];
|
||||||
this.$emit('update:showPopup', false);
|
this.$emit('update:showPopup', false);
|
||||||
this.$emit('refundConfirmed', { reason: selectedText });
|
this.$emit('refundConfirmed', { reason: selectedText });
|
||||||
uni.showModal({
|
|
||||||
title: '退款申请成功',
|
|
||||||
content: '将在审核后完成退款',
|
|
||||||
showCancel: false,
|
|
||||||
success: (res) => {
|
|
||||||
if (res.confirm) {
|
|
||||||
console.log('用户点击确定');
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user