From 7fc7d7060275296045e841d4b6aa2e89bfb55f23 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期四, 05 九月 2024 17:57:30 +0800
Subject: [PATCH] 1
---
pages.json | 46 +++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 45 insertions(+), 1 deletions(-)
diff --git a/pages.json b/pages.json
index 87acc7a..6cb6d79 100644
--- a/pages.json
+++ b/pages.json
@@ -429,13 +429,57 @@
"style": {
"navigationBarTitleText": "投诉反馈"
}
+ },
+ {
+ "path": "coupon/coupon-self",
+ "style": {
+ "navigationBarTitleText": "我的优惠券",
+ "enablePullDownRefresh": true
+
+ }
+ },
+ {
+ "path": "coupon/coupon-all",
+ "style": {
+ "navigationBarTitleText": "领券中心",
+ "enablePullDownRefresh": true
+
+ }
+ },
+ {
+ "path": "coupon/good-self",
+ "style": {
+ "navigationBarTitleText": "我的兑换券",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "coupon/point-history",
+ "style": {
+ "navigationBarTitleText": "积分明细"
+ }
+ },
+ {
+ "path": "coupon/good-all",
+ "style": {
+ "navigationBarTitleText": "积分兑换",
+ "navigationStyle": "custom",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path" : "coupon/good-detail",
+ "style" :
+ {
+ "navigationBarTitleText" : "详情"
+ }
}
// #endif
]
}
],
"globalStyle": {
- "navigationBarTextStyle": "black",
+ "navigationBarTextStyle": "black",
"navigationBarTitleText": "花满芫",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
--
Gitblit v1.9.3