gx
queenwuli
2020-12-21 9b9856b6232db180030ed2b220ccd57da30cf6d9
hive-app/pages.json
@@ -29,6 +29,15 @@
         }
      },
      {
         "path": "pages/manager/index",
         "style": {
            "transparentTitle": "always",
            "app-plus":{
               "scrollIndicator": "none"
            }
         }
      },
      {
         "path": "pages/member/editMember",
         "style": {
            "navigationBarTitleText": "新增会员",
@@ -54,8 +63,8 @@
         "path": "pages/member/skinDetection",
         "style": {
            "navigationBarTitleText": "皮肤检测",
            "navigationBarBackgroundColor":"#518EFF",
            "navigationBarTextStyle":"white",
            "navigationBarBackgroundColor":"#FFFFFF",
            "navigationBarTextStyle":"black",
            "app-plus":{ 
               "scrollIndicator": "none"
            }
@@ -211,9 +220,42 @@
         }
      },
      {
         "path": "./pages/workbench/orderDetail",
         "path": "pages/workbench/orderDetail",
         "style": {
            "navigationBarTitleText": "订单详情",
            "navigationBarBackgroundColor":"#FFFFFF",
            "navigationBarTextStyle":"black",
            "app-plus":{
               "scrollIndicator": "none"
            }
         }
      },
      {
         "path": "pages/workbench/serviceOrderList",
         "style": {
            "navigationBarTitleText": "服务单列表",
            "navigationBarBackgroundColor":"#FFFFFF",
            "navigationBarTextStyle":"black",
            "app-plus":{
               "scrollIndicator": "none",
               "titleNView": {
                  "buttons": [
                     {
                        "text": "\ue600",
                        "fontSrc": "/static/iconfont/iconfont.ttf",
                        "fontSize": "18px",
                        "width":"25px",
                        "float":"right"
                     }
                  ]
               }
            }
         }
      },
      {
         "path": "pages/workbench/serviceOrderDetail",
         "style": {
            "navigationBarTitleText": "服务单详情",
            "navigationBarBackgroundColor":"#FFFFFF",
            "navigationBarTextStyle":"black",
            "app-plus":{ 
@@ -243,9 +285,15 @@
             "text": "会员"
         },
         {
             "pagePath": "pages/mine/index",
             "pagePath": "pages/manager/index",
             "iconPath": "static/images/tabbar3.png",
             "selectedIconPath": "static/images/tabbar3-2.png",
             "text": "管理"
         },
         {
             "pagePath": "pages/mine/index",
             "iconPath": "static/images/tabbar4.png",
             "selectedIconPath": "static/images/tabbar4-2.png",
             "text": "我的"
         }
      ]