From 18fe52ed15f6075d1a0506aab66f990e430383cf Mon Sep 17 00:00:00 2001
From: xuxy <1059738716@qq.com>
Date: 星期六, 05 十月 2024 17:55:18 +0800
Subject: [PATCH] add 前端支持新支付类别

---
 pages.json |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/pages.json b/pages.json
index 5a79e6f..5c8e879 100644
--- a/pages.json
+++ b/pages.json
@@ -280,6 +280,13 @@
 			"pages": [
 				// #ifdef PUB_PARTNER
 				{
+					"path": "partner-info/partner-info-personal",
+					"style": {
+						"navigationBarTitleText": "个人资料",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
 					"path": "partner-info/partner-info",
 					"style": {
 						"navigationBarTitleText": "信息维护",
@@ -494,6 +501,14 @@
 						"navigationBarTitleText": "会员中心",
 						"enablePullDownRefresh": true
 					}
+				},
+				{
+					"path": "self/sign",
+					"style": {
+						"navigationBarTitleText": "签到",
+						"enablePullDownRefresh": false,
+						"navigationStyle": "custom"
+					}
 				}
 				// #endif
 			]

--
Gitblit v1.9.3