k94314517
2025-06-25 f6722e13ba28cd292c162df9292bb3418ba12bec
wx/pages.json
@@ -4,6 +4,14 @@
   },
   "pages": [
      {
         "path" : "pages/myPolicy/myPolicy",
         "style" :
         {
            "navigationBarTitleText" : "我的保单",
            "enablePullDownRefresh" : false
         }
      },
      {
         "path": "pages/index/index",
         "style": {
            "navigationBarTitleText": "首页",
@@ -26,14 +34,6 @@
      //       "enablePullDownRefresh" : false
      //    }
      // },
      {
         "path" : "pages/myPolicy/myPolicy",
         "style" :
         {
            "navigationBarTitleText" : "我的保单",
            "enablePullDownRefresh" : false
         }
      },
      {
         "path" : "pages/policyDetails/policyDetails",
         "style" : 
@@ -208,6 +208,20 @@
         {
            "navigationBarTitleText" : "赔付详情"
         }
      },
      {
         "path" : "pages/changeRecord/changeRecord",
         "style" :
         {
            "navigationBarTitleText" : "变更记录"
         }
      },
      {
         "path" : "pages/mine/mine",
         "style" :
         {
            "navigationBarTitleText" : "我的"
         }
      }
   ],
   "globalStyle": {
@@ -216,5 +230,38 @@
      "navigationBarBackgroundColor": "#ffffff",
      "backgroundColor": "#F8F8F8"
   },
   "tabBar": {
      "custom": true,
      "color": "#777777",
      "selectedColor": "#222222",
      "borderStyle": "black",
      "backgroundColor": "#fff",
      "list": [
         {
            "pagePath": "pages/myPolicy/myPolicy",
            "iconPath": "static/icon/nav_home@2x.png",
            "selectedIconPath": "static/icon/nav_home_sel@2x.png",
            "text": "保单"
         },
         {
            "pagePath": "pages/online_reporting/online_reporting",
            "iconPath": "static/icon/nav_lipei@2x.png",
            "selectedIconPath": "static/icon/nav_lipei_sel@2x.png",
            "text": "理赔"
         },
         {
            "pagePath": "pages/changeRecord/changeRecord",
            "iconPath": "static/icon/nav_biangeng@2x.png",
            "selectedIconPath": "static/icon/nav_biangeng_sel@2x.png",
            "text": "变更记录"
         },
         {
            "pagePath": "pages/mine/mine",
            "iconPath": "static/icon/nav_wode@2x.png",
            "selectedIconPath": "static/icon/nav_wode_sel@2x.png",
            "text": "我的"
         }
      ]
   },
   "uniIdRouter": {}
}