From f9ec02c188b483905de58ee878303bb053618b8b Mon Sep 17 00:00:00 2001
From: lilin <2516625820@qq.com>
Date: Tue, 6 Aug 2024 18:27:05 +0800
Subject: [PATCH] =?UTF-8?q?feat:=E5=B8=AE=E5=8A=A9=E6=96=87=E6=A1=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
meeting/user/doc.vue | 95 ++++++++++++++++++++++++++++++++++++++++++++
pages.json | 14 ++++++-
2 files changed, 108 insertions(+), 1 deletion(-)
diff --git a/meeting/user/doc.vue b/meeting/user/doc.vue
index e69de29..4bf7b48 100644
--- a/meeting/user/doc.vue
+++ b/meeting/user/doc.vue
@@ -0,0 +1,95 @@
+
+
+
+
+
+
+ 问题反馈
+
+
+
+
+
+ {{ t }}
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages.json b/pages.json
index 0eb2e7d..5a5c4c4 100644
--- a/pages.json
+++ b/pages.json
@@ -198,7 +198,19 @@
{
"path":"user/opinion",
"style": {
- "navigationBarTitleText": "意见反馈"
+ "navigationBarTitleText": "意见反馈",
+ "navigationStyle": "custom",
+ "enablePullDownRefresh":false
+
+ }
+ }
+ ,
+ {
+ "path":"user/doc",
+ "style": {
+ "navigationBarTitleText": "帮助文档",
+ "navigationStyle": "custom",
+ "enablePullDownRefresh":false
}
},{