From 0326f6a2d285d980607f6facecb97ac0840b0ca3 Mon Sep 17 00:00:00 2001 From: 陶杰 <1378534974@qq.com> Date: 星期二, 15 十月 2024 15:02:25 +0800 Subject: [PATCH] 1.小程序-花店端-客服中心 --- pages.json | 38 +++++++++++++++++++++++++++++--------- 1 files changed, 29 insertions(+), 9 deletions(-) diff --git a/pages.json b/pages.json index 5c8e879..4fdd0cc 100644 --- a/pages.json +++ b/pages.json @@ -73,6 +73,20 @@ } }, { + "path": "pages/advertising/advertising", + "style": { + "navigationBarTitleText": "广告", + "enablePullDownRefresh": true + } + }, + { + "path": "pages/customer_service/customer_service", + "style": { + "navigationBarTitleText": "客服中心", + "enablePullDownRefresh": true + } + }, + { "path": "pages/user/user-pwd/user-pwd", "style": { "navigationBarTitleText": "修改密码", @@ -99,7 +113,14 @@ "navigationBarTitleText": "订单详情", "enablePullDownRefresh": false } - }, { + },{ + "path": "pages/order/comment/order-comment", + "style": { + "navigationBarTitleText": "商品评价", + "enablePullDownRefresh": false + } + }, + { "path": "pages/help/content", "style": { "navigationBarTitleText": "" @@ -301,14 +322,6 @@ } }, { - "path": "partner-info/partner-code-v2", - "style": { - "navigationBarTitleText": "合伙人推广二维码", - "enablePullDownRefresh": false - } - }, - - { "path": "order-manage/order-manage", "style": { "navigationBarTitleText": "订单管理", @@ -371,6 +384,13 @@ "pages": [ // #ifdef PUB_CUSTOMER { + "path": "setup/setup", + "style": { + "navigationBarTitleText": "设置", + "enablePullDownRefresh": false + } + }, + { "path": "customer-info/customer-info", "style": { "navigationBarTitleText": "信息维护", -- Gitblit v1.9.3