From 4015500d34cbcda6164b4d41f105955cea06e61d Mon Sep 17 00:00:00 2001
From: wangzimeng <3297159934@qq.com>
Date: Fri, 27 Jun 2025 18:29:35 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E7=A5=A8=E6=A8=A1=E5=9D=97=E8=BF=9B?=
=?UTF-8?q?=E7=A8=8B10%=EF=BC=9A=E5=8F=91=E7=A5=A8=E4=B8=AD=E5=BF=83?=
=?UTF-8?q?=E7=9A=84=E5=90=88=E5=BC=80=E5=8F=91=E7=A5=A8=E5=92=8C=E6=8F=90?=
=?UTF-8?q?=E4=BA=A4=E8=AE=B0=E5=BD=95=E7=9A=84=E9=9D=99=E6=80=81=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=E5=B7=B2=E5=AE=8C=E6=88=90?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
packageA/my/person-detail.vue | 6 +
packageB/invoice/invoiceCenter.vue | 634 ++++++++++++++++++++++++++++-
pages.json | 6 +
3 files changed, 644 insertions(+), 2 deletions(-)
diff --git a/packageA/my/person-detail.vue b/packageA/my/person-detail.vue
index 408eb70..7d63736 100644
--- a/packageA/my/person-detail.vue
+++ b/packageA/my/person-detail.vue
@@ -56,6 +56,12 @@
+
+ 发票中心
+
+
+
+
身份信息
diff --git a/packageB/invoice/invoiceCenter.vue b/packageB/invoice/invoiceCenter.vue
index 0ad4b95..2bae139 100644
--- a/packageB/invoice/invoiceCenter.vue
+++ b/packageB/invoice/invoiceCenter.vue
@@ -1,9 +1,639 @@
- 发票中心
+
+
+
+
+
+ {{ item.text }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 活动名
+ ¥ 价格
+
+
+
+
+ 申请开票
+
+
+
+
+
+
+
+ {{ item.text }}
+
+
+
+
+
+
+
+
+
+ 名字
+
+ ¥ 价格
+
+ 查看发票
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 名字
+
+ ¥ 价格
+
+
+
+
+
+
+
+
+
+
+ 名字
+
+ ¥ 价格
+
+
+
+
+
+
+
+
+ 2个订单 发票金额:¥1213
+
+
+ 开票中
+
+
+
+
+
+
+
+
+
+
+
+
+ 活动名
+ ¥ 价格
+
+
+
+
+
+
+
+
+
+
-
\ No newline at end of file
diff --git a/pages.json b/pages.json
index 1384b8f..32e2610 100644
--- a/pages.json
+++ b/pages.json
@@ -352,6 +352,12 @@
"style": {
"navigationBarTitleText": ""
}
+ },
+ {
+ "path": "invoice/invoiceCenter",
+ "style": {
+ "navigationBarTitleText": "发票中心"
+ }
}]
}
],