From 8478015e961b93963e0a269d92c281d84da44f63 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期一, 09 九月 2024 23:47:09 +0800
Subject: [PATCH] update 会员信息、兑换商品等
---
pages.json | 32 ++++++++++++++++++++++++++++++--
1 files changed, 30 insertions(+), 2 deletions(-)
diff --git a/pages.json b/pages.json
index d3ba1cd..679e5d0 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": false
+ }
+ },
+ {
+ "path": "coupon/good-detail",
+ "style": {
+ "navigationBarTitleText": "详情"
+ }
+ },
+ {
+ "path": "self/member-center",
+ "style": {
+ "navigationBarTitleText": "会员中心"
+ }
}
// #endif
]
--
Gitblit v1.9.3