From 3efc1c3337127f2836eaf0a2d641c5adafcd3a26 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期五, 02 八月 2024 10:09:12 +0800 Subject: [PATCH] update --- pages.json | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/pages.json b/pages.json index dc76b13..dcbeb32 100644 --- a/pages.json +++ b/pages.json @@ -129,6 +129,20 @@ "style": { "navigationBarTitleText": "理赔单详情" } + }, + { + "path" : "pages/user/user-bind-wx/user-bind-wx", + "style" : + { + "navigationBarTitleText" : "绑定微信" + } + }, + { + "path" : "pages/home/components/home-search", + "style" : + { + "navigationBarTitleText" : "搜鲜花" + } } ], "subPackages": [{ @@ -264,6 +278,13 @@ "navigationBarTitleText": "", "navigationStyle": "custom" } + }, + { + "path" : "delivery/station-delivery", + "style" : + { + "navigationBarTitleText" : "集货站" + } } // #endif ] -- Gitblit v1.9.3