doum
2025-09-08 55ba702c1df240929e68df3b42fa9cb0607378b8
bicycle/pages.json
@@ -6,7 +6,8 @@
      {
         "path": "pages/index/index",
         "style": {
            "navigationStyle": "custom"
            "navigationStyle": "custom",
            "enablePullDownRefresh": true
         }
      }
       ,{
@@ -110,7 +111,29 @@
           "path" : "pages/paymentPage/paymentPage",
           "style" : 
           {
              "navigationBarTitleText" : "支付订单"
              "navigationBarTitleText" : "支付订单",
            "navigationBarBackgroundColor": "#ffffff"
           }
        },
        {
           "path" : "pages/operationLogin/operationLogin",
           "style" :
           {
              "navigationBarTitleText" : "运营中心"
           }
        },
        {
           "path" : "pages/operationsCenter/operationsCenter",
           "style" :
           {
              "navigationBarTitleText" : "运营中心"
           }
        },
        {
           "path" : "pages/operationList/operationList",
           "style" :
           {
              "navigationBarTitleText" : "运营中心"
           }
        }
    ],