From b37bf1a0c0ce6bbad4730898c9aa5f00d81fcb24 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 13 Sep 2021 15:28:36 +0800
Subject: [PATCH] 版本更新(视频)

---
 pages.json |   36 ++++++++++++++++++++++++++++++++++--
 1 files changed, 34 insertions(+), 2 deletions(-)

diff --git a/pages.json b/pages.json
index 61f39a3..0d653a4 100644
--- a/pages.json
+++ b/pages.json
@@ -57,8 +57,7 @@
 			"style": {
 				"navigationBarTitleText": "",
 				"navigationBarBackgroundColor": "#103289",
-				"navigationBarTextStyle": "white",
-				"navigationStyle": "custom"
+				"navigationBarTextStyle": "white"
 			}
 		},
 		{
@@ -233,6 +232,39 @@
 			}
 		},
 		{
+			"path": "pages/article/article_video",
+			"style": {
+				"navigationBarTitleText": "视频",
+				"navigationBarBackgroundColor": "#103289",
+				"navigationBarTextStyle": "white",
+				"app-plus": {
+					"titleNView": false,
+					"subNVues": [{
+						"id": "comment",
+						"path": "pages/subnvue/comment",
+						"style": {
+							"height": "100%",
+							"position": "absolute",
+							"bottom": "0",
+							"background": "transparent",
+							"zindex": 1
+				
+						}
+					}, {
+						"id": "input-box",
+						"path": "pages/subnvue/input-box",
+						"style": {
+							"height": "100%",
+							"position": "absolute",
+							"bottom": "0",
+							"background": "transparent",
+							"zindex": 2
+						}
+					}]
+				}
+			}
+		},
+		{
 			"path": "pages/article/article_detail",
 			"name": "equipment",
 			"style": {

--
Gitblit v1.9.3