| 
					
				 | 
			
			
				@@ -1,6 +1,12 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		{
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			"path": "pages/logIn/home",
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			"style": {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				"navigationStyle": "custom"
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		},
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		{
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			"path": "pages/index/index",
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			"style": {
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -73,7 +79,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		}, {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			"path": "pages/entryReport/entryReport",
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			"style": {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				"navigationStyle": "custom", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				"navigationStyle": "custom",
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				"enablePullDownRefresh": true
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -98,13 +104,13 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				} */
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			"path": "pages/shop/shopIndex/reviews", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			"style": { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				"navigationBarTitleText": "点评运营经理", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				"navigationBarBackgroundColor": "#FFFFFF" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		},
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		{
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			"path": "pages/shop/shopIndex/reviews",
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			"style": {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				"navigationBarTitleText": "点评运营经理",
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				"navigationBarBackgroundColor": "#FFFFFF"
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		},
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		{
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			"path": "pages/entryReport/entered",
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -171,16 +177,15 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				"navigationBarTitleText": "点评",
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				"navigationBarBackgroundColor": "#FFFFFF"
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		},
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		{
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            "path" : "pages/shop/shopIndex/reviewsContent",
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            "style" :                                                                                     
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                "navigationBarTitleText": "点评", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				"navigationBarBackgroundColor": "#FFFFFF", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                "enablePullDownRefresh": false 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            }  
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        },
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			"path": "pages/shop/shopIndex/reviewsContent",
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			"style": {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				"navigationBarTitleText": "点评",
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				"navigationBarBackgroundColor": "#FFFFFF",
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				"enablePullDownRefresh": false
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		},
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		{
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			"path": "pages/shop/shopIndex/reply",
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			"style": {
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -201,8 +206,9 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				"navigationBarBackgroundColor": "#FFFFFF"
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    ],
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	],
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	"globalStyle": {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		"navigationBarTextStyle": "black",
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		"navigationBarTitleText": "uni-app",
 
			 |