zengh
2021-09-13 b37bf1a0c0ce6bbad4730898c9aa5f00d81fcb24
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": {