From 810fbf8955b99c7e6e4a8551f7e1ffa95515f549 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期五, 12 九月 2025 19:16:37 +0800
Subject: [PATCH] 调整分享状态的改变

---
 pages.json |   37 ++++++++++++++++++++++++++++++++++++-
 1 files changed, 36 insertions(+), 1 deletions(-)

diff --git a/pages.json b/pages.json
index d1d32fb..4a7378d 100644
--- a/pages.json
+++ b/pages.json
@@ -1780,7 +1780,7 @@
         },
         {
         	"path" : "claim-coupon/claim-coupon",
-        	"style" : 
+        	"style" :
         	{
         		"navigationBarTitleText" : "浼樻儬鍒搁鍙�",
         		"enablePullDownRefresh" : true,
@@ -1792,6 +1792,41 @@
 				  "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"
+				}
+        	}
         }
       ]
     },

--
Gitblit v1.8.0