From 4c0c7752dc996baba58f33aa101a7385752061a3 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期二, 06 一月 2026 17:02:00 +0800
Subject: [PATCH] 厨师

---
 pages.json |   63 +++++++++++++++++++++++++++++--
 1 files changed, 59 insertions(+), 4 deletions(-)

diff --git a/pages.json b/pages.json
index ec3cfe2..98bcec1 100644
--- a/pages.json
+++ b/pages.json
@@ -22,7 +22,11 @@
       "style": {
         // "navigationBarTitleText" : "瑙嗛",
         "enablePullDownRefresh": false,
-        "navigationStyle": "custom"
+        "navigationStyle": "custom",
+        "componentPlaceholder": {
+          "u-icon": "view"
+        }
+        
         // 闅愯棌椤堕儴瀵艰埅鏍�
       }
     },
@@ -1212,7 +1216,11 @@
         {
           "path": "home-page",
           "style": {
-            "navigationBarTitleText": "TA鐨勪富椤�"
+            "navigationBarTitleText": "TA鐨勪富椤�",
+			"componentPlaceholder": {
+				"u-icon": "view",
+				"u-loadmore": "view"
+			}
           }
         },
         {
@@ -1230,7 +1238,16 @@
         {
           "path": "video-edit",
           "style": {
-            "navigationBarTitleText": "瑙嗛缂栬緫"
+            "navigationBarTitleText": "瑙嗛缂栬緫",
+			"componentPlaceholder": {
+			  "u-popup": "view",
+			  "u-button": "view",
+			  "u-icon": "view",
+			  "u-form": "view",
+			  "u-form-item": "view",
+			  "u-input": "view",
+			  "u-search": "view"
+			}
           }
         },
         {
@@ -1865,6 +1882,13 @@
 				  "u-empty": "view"
 				}
         	}
+        },
+        {
+        	"path" : "constomize/constomize",
+        	"style" : 
+        	{
+        		"navigationBarTitleText" : "瀹氬埗淇℃伅"
+        	}
         }
       ]
     },
@@ -1898,6 +1922,20 @@
             "navigationBarTitleText": "绁炲帹",
             "navigationStyle": "custom"
             // 闅愯棌绯荤粺瀵艰埅鏍�
+          }
+        },
+        {
+          "path": "KitchenCustomize",
+          "style": {
+            "navigationBarTitleText": "绁炲帹瀹氬埗",
+            "navigationStyle": "custom"
+          }
+        },
+        {
+          "path": "KitchenCover",
+          "style": {
+            "navigationBarTitleText": "绁炲帹灏侀潰",
+            "navigationStyle": "custom"
           }
         }
       ]
@@ -2272,13 +2310,30 @@
 				
 			}
 	  	}
+	  },
+	  {
+	  	"path" : "storePrizeClaim",
+	  	"style" : 
+	  	{
+	  		"navigationBarTitleText" : "棰嗗彇鎶藉鏈轰細",
+			"componentPlaceholder":{
+				"u-card": "view",
+				"u-navbar": "view",
+				"u-tag": "view",
+				"u-icon": "view",
+				"u-button": "view",
+				"u-empty": "view",
+				"u-image":"view"
+				
+			}
+	  	}
 	  }]
 	}
 	
   ],
   "globalStyle": {
     "navigationBarTextStyle": "black",
-    "navigationBarTitleText": "缁挎弧绛�",
+    "navigationBarTitleText": "缇庣泭绛�",
     "titleColor": "#303133",
     "navigationBarBackgroundColor": "#fff",
     "backgroundColor": "#fff",

--
Gitblit v1.8.0