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