From 1625b684412694851576dc2f2812b4d20c577803 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期二, 03 九月 2024 15:34:39 +0800
Subject: [PATCH] update 兑换券的(之后还有会员价格)

---
 pages.json |   20 ++++++++++++++++++--
 1 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/pages.json b/pages.json
index d3ba1cd..6cb6d79 100644
--- a/pages.json
+++ b/pages.json
@@ -447,9 +447,10 @@
 					}
 				},
 				{
-					"path": "coupon/point-self",
+					"path": "coupon/good-self",
 					"style": {
-						"navigationBarTitleText": "我的兑换券"
+						"navigationBarTitleText": "我的兑换券",
+						"enablePullDownRefresh": true
 					}
 				},
 				{
@@ -457,6 +458,21 @@
 					"style": {
 						"navigationBarTitleText": "积分明细"
 					}
+				},
+				{
+					"path": "coupon/good-all",
+					"style": {
+						"navigationBarTitleText": "积分兑换",
+						"navigationStyle": "custom",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path" : "coupon/good-detail",
+					"style" : 
+					{
+						"navigationBarTitleText" : "详情"
+					}
 				}
 				// #endif
 			]

--
Gitblit v1.9.3