From d68fb476c248c6c3ab974ea6b18d6bba638f12d8 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期四, 06 十一月 2025 12:35:37 +0800
Subject: [PATCH] 页面优化

---
 pages.json |   72 ++++++++++++++++++++++++++++++++++--
 1 files changed, 68 insertions(+), 4 deletions(-)

diff --git a/pages.json b/pages.json
index 080939b..5046829 100644
--- a/pages.json
+++ b/pages.json
@@ -198,6 +198,7 @@
     //   "path": "pages/tabbar/user/my",
     //   "style": {
     //     "navigationBarTextStyle": "white",
+    //     "navigationBarTextStyle": "white",
     //     "enablePullDownRefresh": true,
     //     "navigationStyle": "custom",
     //     "componentPlaceholder": {
@@ -1211,7 +1212,11 @@
         {
           "path": "home-page",
           "style": {
-            "navigationBarTitleText": "TA鐨勪富椤�"
+            "navigationBarTitleText": "TA鐨勪富椤�",
+			"componentPlaceholder": {
+				"u-icon": "view",
+				"u-loadmore": "view"
+			}
           }
         },
         {
@@ -1229,7 +1234,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"
+			}
           }
         },
         {
@@ -1569,7 +1583,13 @@
         {
           "path": "complain/complainInfo",
           "style": {
-            "navigationBarTitleText": "鎶曡瘔璇︽儏"
+            "navigationBarTitleText": "鎶曡瘔璇︽儏",
+			"componentPlaceholder": {
+			  "u-image": "view",
+			  "u-cell-group": "view",
+			  "u-cell-item": "view",
+			  "u-input": "view"
+			}
           }
         },
         {
@@ -1857,6 +1877,13 @@
 				  "u-popup": "view",
 				  "u-empty": "view"
 				}
+        	}
+        },
+        {
+        	"path" : "constomize/constomize",
+        	"style" : 
+        	{
+        		"navigationBarTitleText" : "瀹氬埗淇℃伅"
         	}
         }
       ]
@@ -2247,7 +2274,44 @@
           }
         }
       ]
-    }
+    },
+	{
+	  "root": "pages/storeClaim",
+	  "pages": [{
+	  	"path" : "store-claim",
+	  	"style" : 
+	  	{
+	  		"navigationBarTitleText" : "浼樻儬鍗烽鍙�",
+			"componentPlaceholder":{
+				"u-card": "view",
+				"u-navbar": "view",
+				"u-tag": "view",
+				"u-icon": "view",
+				"u-button": "view",
+				"u-empty": "view"
+				
+			}
+	  	}
+	  },
+	  {
+	  	"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",

--
Gitblit v1.8.0