From 40aea0883e75354599db1daf66365967b3f161fd Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期四, 12 九月 2024 10:53:20 +0800
Subject: [PATCH] 1.获赞值默认设置为0

---
 pages.json |   33 +++++++++++++++++++++++++++++++--
 1 files changed, 31 insertions(+), 2 deletions(-)

diff --git a/pages.json b/pages.json
index d3ba1cd..b15166b 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,27 @@
 					"style": {
 						"navigationBarTitleText": "积分明细"
 					}
+				},
+				{
+					"path": "coupon/good-all",
+					"style": {
+						"navigationBarTitleText": "积分兑换",
+						"navigationStyle": "custom",
+						"enablePullDownRefresh": true
+					}
+				},
+				{
+					"path": "coupon/good-detail",
+					"style": {
+						"navigationBarTitleText": "详情"
+					}
+				},
+				{
+					"path": "self/member-center",
+					"style": {
+						"navigationBarTitleText": "会员中心",
+						"enablePullDownRefresh": true						
+					}
 				}
 				// #endif
 			]

--
Gitblit v1.9.3