From f0ed0a02286246080fe92f6855bf2ee9b2dea2c6 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期日, 08 九月 2024 01:19:33 +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