From 2cbe0231083133aefd92f74bd5b9836c58ccc01a Mon Sep 17 00:00:00 2001
From: wxy <14293288+zysysys@user.noreply.gitee.com>
Date: Sun, 25 Aug 2024 11:31:03 +0800
Subject: [PATCH] =?UTF-8?q?```feat(payment):=20=E5=AE=9E=E7=8E=B0=E5=88=9D?=
=?UTF-8?q?=E5=A7=8B=E6=94=AF=E4=BB=98=E9=A1=B5=E9=9D=A2=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
新增支付页面,包含支付金额和支付方式的选择。支持自定义金额及支付宝、微信支付方式。点击“确认支付”按钮后,根据支付方式执行相应的操作,目前仅模拟支付宝支付成功的结果。
```
---
src/views/money/pay/index.vue | 135 ++++++++++++++++++++++++++++++++++
1 file changed, 135 insertions(+)
create mode 100644 src/views/money/pay/index.vue
diff --git a/src/views/money/pay/index.vue b/src/views/money/pay/index.vue
new file mode 100644
index 0000000..71b367c
--- /dev/null
+++ b/src/views/money/pay/index.vue
@@ -0,0 +1,135 @@
+
+
+
+ -
+
我要支付
+
+ -
+
支付金额
+
+ 充值100
+ 充值500
+ 充值1000
+ 充值2000
+ 充值5000
+ 自定义
+
+
+ -
+
支付方式
+
+ 支付宝
+ 微信
+
+
+ -
+
支付金额
+
+
+
+
+ 确认支付
+
+
+
+
+
+
+