zhouwenxuan
2024-03-27 707fe99b35c8e090f839d247bea1ad3db06334e8
pages.json
@@ -14,11 +14,11 @@
      },
        {
            "path" : "pages/tabBar/notice/notice",
            "style" :
            {
         "style" :
         {
            "navigationStyle": "custom",
                "navigationBarTitleText": "",
                "enablePullDownRefresh": true,
            "navigationBarTitleText": "",
            "enablePullDownRefresh": true,
            "app-plus": {
               "scrollIndicator": "none",
               "pullToRefresh": {
@@ -27,10 +27,82 @@
                  "style": "circle"
               }
            }
            }
         }
        },
      {
          "path" : "pages/tabBar/notice/detail",
         "style" :
         {
            "navigationStyle": "custom",
             "navigationBarTitleText": "",
             "enablePullDownRefresh": false,
            "app-plus": {
               "scrollIndicator": "none"
            }
         }
      },
      {
          "path" : "pages/tabBar/responsivity/countyResponsivity",
         "style" :
         {
            "navigationStyle": "custom",
             "navigationBarTitleText": "",
             "enablePullDownRefresh": false,
            "app-plus": {
               "scrollIndicator": "none"
            }
         }
      },
      {
          "path" : "pages/tabBar/responsivity/cityResponsivity",
         "style" :
         {
            "navigationStyle": "custom",
             "navigationBarTitleText": "",
             "enablePullDownRefresh": false,
            "app-plus": {
               "scrollIndicator": "none"
            }
         }
      },
      {
          "path" : "pages/tabBar/responsivity/villageResponsivity",
         "style" :
         {
            "navigationStyle": "custom",
             "navigationBarTitleText": "",
             "enablePullDownRefresh": false,
            "app-plus": {
               "scrollIndicator": "none"
            }
         }
      },
      {
          "path" : "pages/tabBar/notice/measures",
         "style" :
         {
            "navigationStyle": "custom",
             "navigationBarTitleText": "",
             "enablePullDownRefresh": false,
            "app-plus": {
               "scrollIndicator": "none"
            }
         }
      },
      {
          "path" : "pages/tabBar/responsivity/showMeasures",
         "style" :
         {
            "navigationStyle": "custom",
             "navigationBarTitleText": "",
             "enablePullDownRefresh": false,
            "app-plus": {
               "scrollIndicator": "none"
            }
         }
      },
      {
          "path" : "pages/tabBar/firstPage/firstPage",
         "style" :
         {
            "navigationStyle": "custom",
@@ -59,7 +131,7 @@
            }
        },
      {
          "path" : "pages/tabBar/examine/examine",
          "path" : "pages/tabBar/information/information",
          "style" :                                                                                    
          {
            "navigationStyle": "custom",
@@ -76,6 +148,23 @@
          }
      },
      {
          "path" : "pages/tabBar/examine/examine",
         "style" :
         {
            "navigationStyle": "custom",
            "navigationBarTitleText": "",
            "enablePullDownRefresh": true,
            "app-plus": {
               "scrollIndicator": "none",
               "pullToRefresh": {
                  "support": true,
                  "color": "#000000",
                  "style": "circle"
               }
            }
         }
      },
      {
          "path" : "pages/tabBar/count/count",
          "style" :                                                                                    
          {
@@ -89,6 +178,35 @@
                  "color": "#000000",
                  "style": "circle"
               }
            }
          }
      },
      {
          "path" : "pages/tabBar/current/current",
         "style" :
         {
            "navigationStyle": "custom",
            "navigationBarTitleText": "",
            "enablePullDownRefresh": true,
            "app-plus": {
               "scrollIndicator": "none",
               "pullToRefresh": {
                  "support": true,
                  "color": "#000000",
                  "style": "circle"
               }
            }
         }
      },
      {
          "path" : "pages/tabBar/weather/weather",
          "style" :
          {
            "navigationStyle": "custom",
             "navigationBarTitleText": "",
             "enablePullDownRefresh": false,
            "app-plus": {
               "scrollIndicator": "none"
            }
          }
      }
@@ -109,30 +227,32 @@
      "custom": true,
      "list": [
         {
            "pagePath": "pages/tabBar/firstPage/firstPage"
         },
         {
            "pagePath": "pages/tabBar/notice/notice"
            // "iconPath": "static/notice1.png",
            // "selectedIconPath": "static/notice1-selected.png",
            // "text": "工作通知"
         },
         {
            "pagePath": "pages/tabBar/response/response"
            // "iconPath": "static/mine1.png",
            // "selectedIconPath": "static/mine1-selected.png",
            // "text": "我的叫应"
         },
         {
            "pagePath": "pages/tabBar/information/information"
         },
         {
            "pagePath": "pages/tabBar/examine/examine"
            // "iconPath": "static/notice1.png",
            // "selectedIconPath": "static/notice1-selected.png",
            // "text": "通知审核"
         },
         {
            "pagePath": "pages/tabBar/count/count"
            // "iconPath": "static/mine1.png",
            // "selectedIconPath": "static/mine1-selected.png",
            // "text": "信息统计"
         },
         {
            "pagePath": "pages/tabBar/current/current"
         },
         {
            "pagePath": "pages/tabBar/weather/weather"
         }
      ]
   }
}