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 | 27 +++++++++++++++++++++++++-- 1 files changed, 25 insertions(+), 2 deletions(-) diff --git a/pages.json b/pages.json index d3ba1cd..a848abe 100644 --- a/pages.json +++ b/pages.json @@ -327,6 +327,13 @@ "navigationBarTitleText": "供应商质检详情", "enablePullDownRefresh": true } + }, + { + "path": "delivery/delivery-supplier-detail-list", + "style": { + "navigationBarTitleText": "供应商质检详情", + "enablePullDownRefresh": true + } }, { "path": "delivery/delivery-home", @@ -447,9 +454,10 @@ } }, { - "path": "coupon/point-self", + "path": "coupon/good-self", "style": { - "navigationBarTitleText": "我的兑换券" + "navigationBarTitleText": "我的兑换券", + "enablePullDownRefresh": true } }, { @@ -457,6 +465,21 @@ "style": { "navigationBarTitleText": "积分明细" } + }, + { + "path": "coupon/good-all", + "style": { + "navigationBarTitleText": "积分兑换", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + }, + { + "path" : "coupon/good-detail", + "style" : + { + "navigationBarTitleText" : "详情" + } } // #endif ] -- Gitblit v1.9.3