From dd6fdd9bcff3c2b3dcebdb0db3f80bc9dd469bc4 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Thu, 25 Dec 2025 10:00:15 +0800
Subject: [PATCH] 1. 添加滚动效果 2. 修复供应方无法开通权限
---
mobile/pages.json | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/mobile/pages.json b/mobile/pages.json
index d2dcc84..a2b71e9 100644
--- a/mobile/pages.json
+++ b/mobile/pages.json
@@ -2311,6 +2311,27 @@
"navigationBarTitleText": "提现明细",
"enablePullDownRefresh": false
}
+ },
+ {
+ "path": "release/chat/chat",
+ "style": {
+ "navigationBarTitleText": "聊天信息",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "release/chat/chat_list",
+ "style": {
+ "navigationBarTitleText": "聊天列表",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "release/project/look-evaluate/look-evaluate",
+ "style": {
+ "navigationBarTitleText": "评论列表",
+ "enablePullDownRefresh": false
+ }
}
]
}
--
Gitblit v1.9.2