From b90b528cb5c6eaebe03fba972fef658a741ce896 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Thu, 26 Feb 2026 18:19:13 +0800
Subject: [PATCH] 活动评价
---
mobile/pages.json | 81 ++++++++++++++++++++++++++++++++++++++++
1 files changed, 80 insertions(+), 1 deletions(-)
diff --git a/mobile/pages.json b/mobile/pages.json
index 504e1e3..de0b085 100644
--- a/mobile/pages.json
+++ b/mobile/pages.json
@@ -573,6 +573,16 @@
//#endif
}
}
+ }, {
+ "path": "activity/evaluate/evaluate",
+ "style": {
+ "navigationBarTitleText": "活动评价",
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
+ }
},
{
"path": "activity/product/index",
@@ -1180,7 +1190,23 @@
{
"path": "consumer/consumer",
"style": {
- "navigationBarTitleText": "消费券"
+ "navigationBarTitleText": "消费券",
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
+ }
+ },
+ {
+ "path": "activation/index",
+ "style": {
+ "navigationBarTitleText": "激活码",
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
}
}
]
@@ -1590,6 +1616,47 @@
//#endif
}
}
+ }, {
+ "path": "operations/index",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "运营中心",
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
+ }
+ }, {
+ "path": "operations/cash/apply",
+ "style": {
+ "navigationBarTitleText": "提现申请",
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
+ }
+ }, {
+ "path": "operations/cash/list",
+ "style": {
+ "navigationBarTitleText": "提现明细",
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
+ }
+ }, {
+ "path": "operations/order",
+ "style": {
+ "navigationBarTitleText": "运营中心订单",
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
+ }
}
]
},
@@ -1670,6 +1737,7 @@
}, {
"path": "team/index/index",
"style": {
+ "navigationStyle": "custom",
"navigationBarTitleText": "团队分红",
"enablePullDownRefresh": false
}
@@ -1771,6 +1839,7 @@
}, {
"path": "shareholder/index/index",
"style": {
+ "navigationStyle": "custom",
"navigationBarTitleText": "股东分红",
"enablePullDownRefresh": false
}
@@ -2201,6 +2270,16 @@
//#endif
}
}
+ }, {
+ "path": "login/mplogin",
+ "style": {
+ "navigationBarTitleText": "",
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
+ }
}
]
},
--
Gitblit v1.9.2