From 03d26aca1b656c03dc4280f85acb1132bd87639d Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期一, 09 九月 2024 23:57:43 +0800 Subject: [PATCH] update 会员信息、兑换商品等 --- pages.json | 26 +++++++++++++++++++------- 1 files changed, 19 insertions(+), 7 deletions(-) diff --git a/pages.json b/pages.json index 6cb6d79..679e5d0 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": "", @@ -466,13 +473,18 @@ "navigationStyle": "custom", "enablePullDownRefresh": false } - }, - { - "path" : "coupon/good-detail", - "style" : - { - "navigationBarTitleText" : "详情" - } + }, + { + "path": "coupon/good-detail", + "style": { + "navigationBarTitleText": "详情" + } + }, + { + "path": "self/member-center", + "style": { + "navigationBarTitleText": "会员中心" + } } // #endif ] -- Gitblit v1.9.3