diff --git a/packages/myOrders/index/popup/refund/refund.vue b/packages/myOrders/index/popup/refund/refund.vue index cbff8d45..b4d38123 100644 --- a/packages/myOrders/index/popup/refund/refund.vue +++ b/packages/myOrders/index/popup/refund/refund.vue @@ -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: {