From e9b8b064007ac5283a5eee061339ba1db82aca33 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期二, 30 九月 2025 16:34:13 +0800
Subject: [PATCH] 埋点调整

---
 pages.json |   31 +++++++++++++++++++++++++++++--
 1 files changed, 29 insertions(+), 2 deletions(-)

diff --git a/pages.json b/pages.json
index 080939b..ec3cfe2 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": {
@@ -1569,7 +1570,13 @@
         {
           "path": "complain/complainInfo",
           "style": {
-            "navigationBarTitleText": "鎶曡瘔璇︽儏"
+            "navigationBarTitleText": "鎶曡瘔璇︽儏",
+			"componentPlaceholder": {
+			  "u-image": "view",
+			  "u-cell-group": "view",
+			  "u-cell-item": "view",
+			  "u-input": "view"
+			}
           }
         },
         {
@@ -2247,7 +2254,27 @@
           }
         }
       ]
-    }
+    },
+	{
+	  "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"
+				
+			}
+	  	}
+	  }]
+	}
+	
   ],
   "globalStyle": {
     "navigationBarTextStyle": "black",

--
Gitblit v1.8.0