From e3c0ebbd9f9ee111f29be9f76979edd97f1d6f3a Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期三, 11 九月 2024 10:32:33 +0800
Subject: [PATCH] Merge branch 'v2' of http://47.96.225.205:8888/r/hmy_farmer-main into remote-v2
---
pages.json | 32 ++++++++++++++++++++++++++++++--
1 files changed, 30 insertions(+), 2 deletions(-)
diff --git a/pages.json b/pages.json
index d3ba1cd..498f72e 100644
--- a/pages.json
+++ b/pages.json
@@ -329,6 +329,13 @@
}
},
{
+ "path": "delivery/delivery-supplier-detail-list",
+ "style": {
+ "navigationBarTitleText": "供应商质检详情",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
"path": "delivery/delivery-home",
"style": {
"navigationBarTitleText": "",
@@ -447,9 +454,10 @@
}
},
{
- "path": "coupon/point-self",
+ "path": "coupon/good-self",
"style": {
- "navigationBarTitleText": "我的兑换券"
+ "navigationBarTitleText": "我的兑换券",
+ "enablePullDownRefresh": true
}
},
{
@@ -457,6 +465,26 @@
"style": {
"navigationBarTitleText": "积分明细"
}
+ },
+ {
+ "path": "coupon/good-all",
+ "style": {
+ "navigationBarTitleText": "积分兑换",
+ "navigationStyle": "custom",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "coupon/good-detail",
+ "style": {
+ "navigationBarTitleText": "详情"
+ }
+ },
+ {
+ "path": "self/member-center",
+ "style": {
+ "navigationBarTitleText": "会员中心"
+ }
}
// #endif
]
--
Gitblit v1.9.3