From 2faf4eee0eb42db65e7833004a44e187951e9b55 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期一, 09 九月 2024 00:58:29 +0800 Subject: [PATCH] update合伙人的质检3级页面变成了2级 --- pages.json | 72 +++++++++++++++++++++++++++++++++-- 1 files changed, 67 insertions(+), 5 deletions(-) diff --git a/pages.json b/pages.json index 296e138..a848abe 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": "送货单" @@ -321,6 +327,13 @@ "navigationBarTitleText": "供应商质检详情", "enablePullDownRefresh": true } + }, + { + "path": "delivery/delivery-supplier-detail-list", + "style": { + "navigationBarTitleText": "供应商质检详情", + "enablePullDownRefresh": true + } }, { "path": "delivery/delivery-home", @@ -410,13 +423,62 @@ "navigationBarTitleText": "我的收藏", "enablePullDownRefresh": true } + }, + { + "path": "self/feedback", + "style": { + "navigationBarTitleText": "投诉反馈", + "enablePullDownRefresh": true + } + }, + { + "path": "self/feedback-detail", + "style": { + "navigationBarTitleText": "投诉反馈" + } + }, + { + "path": "coupon/coupon-self", + "style": { + "navigationBarTitleText": "我的优惠券", + "enablePullDownRefresh": true + + } + }, + { + "path": "coupon/coupon-all", + "style": { + "navigationBarTitleText": "领券中心", + "enablePullDownRefresh": true + + } + }, + { + "path": "coupon/good-self", + "style": { + "navigationBarTitleText": "我的兑换券", + "enablePullDownRefresh": true + } + }, + { + "path": "coupon/point-history", + "style": { + "navigationBarTitleText": "积分明细" + } + }, + { + "path": "coupon/good-all", + "style": { + "navigationBarTitleText": "积分兑换", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } }, - , { - "path": "self/feedback", - "style": { - "navigationBarTitleText": "投诉反馈", - "enablePullDownRefresh": true + "path" : "coupon/good-detail", + "style" : + { + "navigationBarTitleText" : "详情" } } // #endif -- Gitblit v1.9.3