From 6fe3bc64b0231a31b504e36b6b628739e8572ea0 Mon Sep 17 00:00:00 2001 From: wong1988 Date: Sat, 2 Dec 2023 18:27:30 +0800 Subject: [PATCH] 111 --- pages.json | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/pages.json b/pages.json index dc32170..9578c8e 100644 --- a/pages.json +++ b/pages.json @@ -68,29 +68,32 @@ } }, { - "path" : "pages/card/card_record_detail", - "style" : - { - "navigationBarTitleText" : "预约详情", - "enablePullDownRefresh" : false + "path": "pages/card/card_record_detail", + "style": { + "navigationBarTitleText": "预约详情", + "enablePullDownRefresh": false } }, { - "path" : "pages/record/recordList", - "style" : - { - "navigationBarTitleText" : "预约记录" + "path": "pages/record/recordList", + "style": { + "navigationBarTitleText": "预约记录" } }, { - "path" : "pages/good/goodsDetail", - "style" : - { - "navigationBarTitleText" : "商品详情", - "enablePullDownRefresh" : false + "path": "pages/good/goodsDetail", + "style": { + "navigationBarTitleText": "商品详情", + "enablePullDownRefresh": false + } + }, + { + "path": "pages/SelectAddressActivity", + "style": { + "navigationBarTitleText": "选择提货点", + "enablePullDownRefresh": false } } - ], "globalStyle": { "navigationBarTextStyle": "black",