From 0ab8c82c603f14cf69396b54b0471112b9de947b Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期三, 11 九月 2024 10:32:14 +0800 Subject: [PATCH] update 会员优惠券等 --- pages.json | 32 ++++++++++++++++++++++++++++++-- 1 files changed, 30 insertions(+), 2 deletions(-) diff --git a/pages.json b/pages.json index d3ba1cd..498f72e 100644 --- a/pages.json +++ b/pages.json @@ -329,6 +329,13 @@ } }, { + "path": "delivery/delivery-supplier-detail-list", + "style": { + "navigationBarTitleText": "供应商质检详情", + "enablePullDownRefresh": true + } + }, + { "path": "delivery/delivery-home", "style": { "navigationBarTitleText": "", @@ -447,9 +454,10 @@ } }, { - "path": "coupon/point-self", + "path": "coupon/good-self", "style": { - "navigationBarTitleText": "我的兑换券" + "navigationBarTitleText": "我的兑换券", + "enablePullDownRefresh": true } }, { @@ -457,6 +465,26 @@ "style": { "navigationBarTitleText": "积分明细" } + }, + { + "path": "coupon/good-all", + "style": { + "navigationBarTitleText": "积分兑换", + "navigationStyle": "custom", + "enablePullDownRefresh": true + } + }, + { + "path": "coupon/good-detail", + "style": { + "navigationBarTitleText": "详情" + } + }, + { + "path": "self/member-center", + "style": { + "navigationBarTitleText": "会员中心" + } } // #endif ] -- Gitblit v1.9.3