From b55b13596d90c081b3d013d4ed2d2a06ea65e2e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Tue, 4 Nov 2025 15:36:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=80=BB=E8=BE=91=20--=20?= =?UTF-8?q?=E6=9C=AA=E5=8F=91=E8=B4=A7=E8=AE=A2=E5=8D=95=E7=94=B3=E8=AF=B7?= =?UTF-8?q?=E9=80=80=E6=AC=BE=E4=B8=8D=E9=9C=80=E8=A6=81=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/myOrders/index/popup/refund/refund.vue | 10 ---------- 1 file changed, 10 deletions(-) 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: {