From 592e71d3384754e7f88508b7b12c49cefd2ebc27 Mon Sep 17 00:00:00 2001
From: fhysy <1149505133@qq.com>
Date: Thu, 10 Apr 2025 11:21:20 +0800
Subject: [PATCH] =?UTF-8?q?feat(test):=20=E6=B7=BB=E5=8A=A0=E6=94=AF?=
=?UTF-8?q?=E4=BB=98=E6=B5=8B=E8=AF=95=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 10 +
pages/tabBar/my.vue | 9 +
pages/test/payTest.vue | 439 +++++++++++++++++++++++++++++++++++++++++
3 files changed, 458 insertions(+)
create mode 100644 pages/test/payTest.vue
diff --git a/pages.json b/pages.json
index 936eaf8..b050dca 100644
--- a/pages.json
+++ b/pages.json
@@ -108,6 +108,16 @@
"navigationBarBackgroundColor": "#fff"
}
}]
+ },
+ {
+ "root": "pages/test/",
+ "pages": [{
+ "path": "payTest",
+ "style": {
+ "navigationBarTitleText": "测试支付",
+ "navigationBarBackgroundColor": "#fff"
+ }
+ }]
}
],
"tabBar": {
diff --git a/pages/tabBar/my.vue b/pages/tabBar/my.vue
index aba136e..5693ed5 100644
--- a/pages/tabBar/my.vue
+++ b/pages/tabBar/my.vue
@@ -24,6 +24,15 @@
+
diff --git a/pages/test/payTest.vue b/pages/test/payTest.vue
new file mode 100644
index 0000000..14254d1
--- /dev/null
+++ b/pages/test/payTest.vue
@@ -0,0 +1,439 @@
+
+
+
+
+
+
+
+
+ 订单编号
+
+ {{ orderInfo.orderSn }}
+ 刷新
+
+
+
+
+ 订单标题
+
+
+
+
+
+
+ 支付金额
+
+ ¥
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file