From 2aeefc16be93b2ab09562d881718d432cf82e6f8 Mon Sep 17 00:00:00 2001 From: 陶杰 <1378534974@qq.com> Date: 星期日, 08 九月 2024 18:09:48 +0800 Subject: [PATCH] 1.去掉fv --- 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