fix
Helius
2021-02-20 45fb4b11ad51bb38306765b11a6747402e382cee
hive-app/pages.json
@@ -24,8 +24,12 @@
         "style": {
            "transparentTitle": "always",
            "navigationBarTextStyle": "black",
            "enablePullDownRefresh": true,
            "app-plus":{ 
               "scrollIndicator": "none"
               "scrollIndicator": "none",
               "pullToRefresh": {
                  "color": "#000000"
               }
            }
         }
      },
@@ -176,8 +180,12 @@
            "navigationBarTitleText": "选择客户",
            "navigationBarBackgroundColor":"#FFFFFF",
            "navigationBarTextStyle":"black",
            "enablePullDownRefresh": true,
            "app-plus":{ 
               "scrollIndicator": "none"
               "scrollIndicator": "none",
               "pullToRefresh": {
                  "color": "#000000"
               }
            }
         }
      },
@@ -404,10 +412,13 @@
               "titleNView": {
                  "buttons": [
                     {
                        "text":"确认",
                        "fontSize": "14px",
                        "width":"35px"
                     }
                        "text": "\ue620",
                        "fontSrc": "/static/iconfont/iconfont.ttf",
                        "fontSize": "18px",
                        "width":"25px",
                        "float":"right",
                        "key": "add"
                     }
                  ]
               }
            }
@@ -711,6 +722,28 @@
               "scrollIndicator": "none"
            }
         }
      },
      {
         "path": "pages/workbench/followRecords/orderList",
         "style": {
            "navigationBarTitleText": "订单列表",
            "navigationBarBackgroundColor":"#FFFFFF",
            "navigationBarTextStyle":"black",
            "app-plus":{
               "scrollIndicator": "none"
            }
         }
      },
      {
         "path": "pages/member/createLabel",
         "style": {
            "navigationBarTitleText": "创建标签",
            "navigationBarBackgroundColor":"#FFFFFF",
            "navigationBarTextStyle":"black",
            "app-plus":{
               "scrollIndicator": "none"
            }
         }
      }
   ],
   "globalStyle": {