From 9cfb7141478e85dfc1367b6fb5f31852aa20c1d2 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期二, 03 九月 2024 11:43:24 +0800 Subject: [PATCH] update我的会员券、领券中心等 --- pages.json | 34 ++++++++++++++++++++++++++++++++++ 1 files changed, 34 insertions(+), 0 deletions(-) diff --git a/pages.json b/pages.json index 9757ba3..d3ba1cd 100644 --- a/pages.json +++ b/pages.json @@ -230,6 +230,12 @@ } }, { + "path": "order-manage/order-manage-settlement-op-detail", + "style": { + "navigationBarTitleText": "送货单质检操作明细" + } + }, + { "path": "order-manage/order-manage-flower", "style": { "navigationBarTitleText": "送货单" @@ -423,6 +429,34 @@ "style": { "navigationBarTitleText": "投诉反馈" } + }, + { + "path": "coupon/coupon-self", + "style": { + "navigationBarTitleText": "我的优惠券", + "enablePullDownRefresh": true + + } + }, + { + "path": "coupon/coupon-all", + "style": { + "navigationBarTitleText": "领券中心", + "enablePullDownRefresh": true + + } + }, + { + "path": "coupon/point-self", + "style": { + "navigationBarTitleText": "我的兑换券" + } + }, + { + "path": "coupon/point-history", + "style": { + "navigationBarTitleText": "积分明细" + } } // #endif ] -- Gitblit v1.9.3