From 1fdf41cc692eb7b208fe647259d4295164280a41 Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期五, 21 四月 2023 14:12:09 +0800
Subject: [PATCH] 修改历史提煤单

---
 pages.json |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diff --git a/pages.json b/pages.json
index 7f71f99..f48dd50 100644
--- a/pages.json
+++ b/pages.json
@@ -168,7 +168,16 @@
 			}
 
 		}
-	],
+	    ,{
+            "path" : "pages/customer-page/customer-my/faYunstatistics/faYunstatistics",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "",
+                "enablePullDownRefresh": false
+            }
+            
+        }
+    ],
 	"subPackages": [{
 			"root": "pages/register",
 			"pages": [{
@@ -202,6 +211,15 @@
                 }
                 
                 }
+                ,{
+                    "path" : "faYunstatisticsDetails/faYunstatisticsDetails",
+                    "style" :                                                                                    
+                {
+                    "navigationBarTitleText": "",
+                    "enablePullDownRefresh": false
+                }
+                
+                }
             ]
 		}, {
 			"root": "pages/driver-page/appointment",

--
Gitblit v1.9.1