From e92b864bec63c9dbd155474674d1cf30323027fd Mon Sep 17 00:00:00 2001 From: XiaoMo Date: Mon, 29 Sep 2025 23:43:00 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=80=80=E6=AC=BE=E9=A1=B5=E9=9D=A2):=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=97=A0=E9=80=80=E6=AC=BE=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E6=97=B6=E7=9A=84=E6=A0=B7=E5=BC=8F=E5=92=8C=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/refund/refund.wxml | 6 ++++++ pages/refund/refund.wxss | 11 +++++++++++ 2 files changed, 17 insertions(+) diff --git a/pages/refund/refund.wxml b/pages/refund/refund.wxml index f93ca5d..e4c4855 100644 --- a/pages/refund/refund.wxml +++ b/pages/refund/refund.wxml @@ -50,6 +50,12 @@ + + + + 没有可退款记录 + + \ No newline at end of file diff --git a/pages/refund/refund.wxss b/pages/refund/refund.wxss index 2dc178b..4ce75bd 100644 --- a/pages/refund/refund.wxss +++ b/pages/refund/refund.wxss @@ -79,4 +79,15 @@ .balance-item .b { color: #0056A3; +} + +.no-refund-info { + margin-top: 20rpx; +} + +.no-refund-text { + text-align: center; + color: #999; + font-size: 28rpx; + padding: 40rpx 0; } \ No newline at end of file