From a2baf989083e5a752e0bd77d4441ba77508f76f6 Mon Sep 17 00:00:00 2001 From: wxy <14293288+zysysys@user.noreply.gitee.com> Date: Sun, 25 Aug 2024 16:48:09 +0800 Subject: [PATCH] =?UTF-8?q?```feat(user):=20=E6=B7=BB=E5=8A=A0=E5=AF=BC?= =?UTF-8?q?=E8=88=AA=E8=87=B3=E5=85=85=E5=80=BC=E9=A1=B5=E9=9D=A2=E7=9A=84?= =?UTF-8?q?=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 用户余额页面现在包含一个“充值”按钮,点击后将导向充值页面,以提升用户交互体验。 ``` --- src/views/money/pay/index.vue | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/views/money/pay/index.vue b/src/views/money/pay/index.vue index 71b367c..8ff22aa 100644 --- a/src/views/money/pay/index.vue +++ b/src/views/money/pay/index.vue @@ -2,7 +2,8 @@