From 83ea938ac744388bbeb806ff3c54a5b446f4c30e Mon Sep 17 00:00:00 2001
From: tianyi <13521030702@163.com>
Date: Thu, 19 Mar 2026 16:09:38 +0800
Subject: [PATCH 1/3] =?UTF-8?q?=E4=BC=98=E6=83=A0=E5=88=B8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
package1/myCenter/couponList.vue | 124 +++++++++++++++++++++++++++++++
1 file changed, 124 insertions(+)
create mode 100644 package1/myCenter/couponList.vue
diff --git a/package1/myCenter/couponList.vue b/package1/myCenter/couponList.vue
new file mode 100644
index 0000000..e924a21
--- /dev/null
+++ b/package1/myCenter/couponList.vue
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+
+
+
+ 优惠券
+
+
+
+
+
+
+ 可用于:老王的店
+
+
+ 满10减1
+
+
+
+
+ 可用于:老王的店
+
+
+ 无门槛券(3元)
+
+
+
+
+
+
+
+
+
\ No newline at end of file
From 14ced0f18beb928fff0d03161887701e94e179bd Mon Sep 17 00:00:00 2001
From: tianyi <13521030702@163.com>
Date: Thu, 19 Mar 2026 16:09:47 +0800
Subject: [PATCH 2/3] =?UTF-8?q?=E9=A6=96=E9=A1=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/index/index.vue | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 14b8f7e..efa6abd 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -445,6 +445,9 @@
data() {
return {
pages:[{
+ name:'优惠券列表111',
+ url:'/package1/myCenter/couponList'
+ },{
name:'订单列表111',
url:'/package1/order/orderList'
},{
From 1be6012a35b673856a4ff3f01143ea59d5cd2802 Mon Sep 17 00:00:00 2001
From: tianyi <13521030702@163.com>
Date: Thu, 19 Mar 2026 16:09:54 +0800
Subject: [PATCH 3/3] =?UTF-8?q?=E9=85=8D=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pages.json b/pages.json
index 24d6deb..2566e5c 100644
--- a/pages.json
+++ b/pages.json
@@ -118,6 +118,12 @@
"navigationBarTitleText": "代取快递/跑腿",
"navigationStyle": "custom"
}
+ },{
+ "path": "myCenter/couponList",
+ "style": {
+ "navigationBarTitleText": "优惠券列表",
+ "navigationStyle": "custom"
+ }
},{
"path": "myCenter/addressList",
"style": {