From 3fea9f0720e7751e4737ded74b3aa89db273688d Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期日, 28 九月 2025 17:55:11 +0800
Subject: [PATCH] 用户行为分析

---
 pages.json |  109 +++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 102 insertions(+), 7 deletions(-)

diff --git a/pages.json b/pages.json
index 5441924..ebbcf32 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": {
@@ -1553,7 +1554,17 @@
         {
           "path": "complain/complain",
           "style": {
-            "navigationBarTitleText": "璁㈠崟鍟嗗搧鎶曡瘔"
+            "navigationBarTitleText": "璁㈠崟鍟嗗搧鎶曡瘔",
+			"componentPlaceholder": {
+			  "u-popup": "view",
+			  "u-icon": "view",
+			  "u-line": "view",
+			  "u-image": "view",
+			  "u-select": "view",
+			  "u-input": "view",
+			  "u-upload": "view"
+			  
+			}
           }
         },
         {
@@ -1719,7 +1730,20 @@
           }
         },
         {
-          "path": "afterSales/afterSalesDetailExpress"
+          "path": "afterSales/afterSalesDetailExpress",
+		  "style": {
+		  	"componentPlaceholder":{
+				"u-image": "view",
+				"u-icon": "view",
+				"u-form": "view",
+				"u-form-item": "view",
+				"u-input": "view",
+				"u-button": "view",
+				"u-select": "view",
+				"u-calendar": "view",
+				"u-toast": "view"
+			}
+		  }
         },
         {
           "path": "afterSales/afterSalesSelect",
@@ -1727,7 +1751,15 @@
             "navigationBarTitleText": "鐢宠鍞悗",
             "componentPlaceholder": {
               "u-image": "view",
-              "u-icon": "view"
+              "u-icon": "view",
+			  "u-form": "view",
+			  "u-form-item": "view",
+			  "u-input": "view",
+			  "u-button": "view",
+			  "u-select": "view",
+			  "u-calendar": "view",
+			  "u-toast": "view"
+			  
             }
           }
         },
@@ -1779,10 +1811,53 @@
           }
         },
         {
-        	"path" : "editOrderAddress/editOrderAddress",
-        	"style" : 
+        	"path" : "claim-coupon/claim-coupon",
+        	"style" :
         	{
-        		"navigationBarTitleText" : "淇敼璁㈠崟"
+        		"navigationBarTitleText" : "鍟嗗搧鍏戞崲鍒搁鍙�",
+        		"enablePullDownRefresh" : true,
+				"componentPlaceholder": {
+				  "u-image": "view",
+				  "u-tag": "view",
+				  "u-loading": "view",
+				  "u-empty": "view",
+				  "u-modal":"view"
+				}
+        	}
+        },
+        {
+        	"path" : "editOrderAddress/editOrderAddress",
+        	"style" :
+        	{
+        		"navigationBarTitleText" : "淇敼璁㈠崟",
+				"componentPlaceholder": {
+				  "u-image": "view",
+				  "u-row": "view",
+				  "u-col": "view",
+				  "u-input": "view",
+				  "u-icon": "view",
+				  "u-select": "view",
+				  "u-notice-bar": "view"
+				}
+        	}
+        },
+        {
+        	"path" : "cardPack",
+        	"style" :
+        	{
+        		"navigationBarTitleText" : "浼樻儬鍔靛崱鍖�",
+				"componentPlaceholder": {
+				  "u-navbar": "view",
+				  "u-checkbox-group": "view",
+				  "u-checkbox": "view",
+				  "u-swipe-action": "view",
+				  "u-image": "view",
+				  "u-icon": "view",
+				  "u-count-down": "view",
+				  "u-modal": "view",
+				  "u-popup": "view",
+				  "u-empty": "view"
+				}
         	}
         }
       ]
@@ -2173,7 +2248,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