From 8a2d6949a4525f90e0e75f2f3f83c13b8830a758 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期五, 08 八月 2025 17:37:50 +0800
Subject: [PATCH] 修改商品广场和购物车

---
 pages.json |   60 +++++++++++++++++++++++++++++++++++++++++++++++-------------
 1 files changed, 47 insertions(+), 13 deletions(-)

diff --git a/pages.json b/pages.json
index c7c0890..8ba3292 100644
--- a/pages.json
+++ b/pages.json
@@ -632,7 +632,14 @@
           "path": "set/securityCenter/bindMobile",
           "style": {
             "navigationBarTitleText": "缁戝畾鎵嬫満鍙�",
-            "app-plus": {}
+            "app-plus": {},
+			"componentPlaceholder": {
+			  "u-form": "view",
+			  "u-form-item": "view",
+			  "u-input": "view",
+			  "u-verification-code": "view",
+			  "u-icon": "view"
+			}
           }
         },
         {
@@ -858,7 +865,8 @@
               "u-navbar": "view",
               "u-button": "view",
               "u-image": "view",
-              "u-loadmore": "view"
+              "u-loadmore": "view",
+			  "u-empty":"view"
             }
           }
         },
@@ -1253,7 +1261,7 @@
         {
           "path": "entry/seller/index",
           "style": {
-            "navigationBarTitleText": "搴楅摵鍏ラ┗",
+            "navigationBarTitleText": "渚涘簲鍟嗗叆椹�",
             "navigationStyle": "custom",
             "componentPlaceholder": {
               "u-navbar": "view"
@@ -1820,8 +1828,19 @@
         {
           "path": "order-detail",
           "style": {
-            "navigationBarTitleText": "璁㈠崟璇︽儏"
+            "navigationBarTitleText": "璁㈠崟璇︽儏",
+			"componentPlaceholder": {
+			  "u-icon": "view",
+			  "u-button": "view",
+			  "u-form": "view",
+			  "u-form-item": "view",
+			  "u-input": "view",
+			  "u-popup": "view",
+			  "u-search": "view",
+			  "u-upload": "view"
+			}
             // "navigationStyle": "custom"
+			
           }
         }
       ]
@@ -1896,7 +1915,7 @@
         {
           "path": "news",
           "style": {
-            "navigationBarTitleText": "鏂伴椈",
+            "navigationBarTitleText": "蹇",
             "componentPlaceholder": {
               "u-icon": "view",
               "u-button": "view",
@@ -1915,7 +1934,7 @@
         {
           "path": "detail",
           "style": {
-            "navigationBarTitleText": "鏂伴椈璇︽儏",
+            "navigationBarTitleText": "蹇璇︽儏",
             "componentPlaceholder": {
               "u-icon": "view",
               "u-button": "view",
@@ -1994,9 +2013,24 @@
             "componentPlaceholder": {
               "u-navbar": "view",
               "u-search": "view",
-              "u-image": "view"
+              "u-image": "view",
+			  "u-icon": "view"
             }
           }
+        },
+        {
+        	"path" : "coups-goods-list",
+        	"style" : 
+        	{
+				"navigationStyle": "custom",
+        		"navigationBarTitleText" : "浼樻儬鍗峰晢鍝侀〉闈�",
+				"componentPlaceholder": {
+				  "u-navbar": "view",
+				  "u-search": "view",
+				  "u-image": "view",
+				  "u-icon": "view"
+				}
+        	}
         }
       ]
     },
@@ -2031,12 +2065,12 @@
     {
       "root": "pages/cusbar",
       "pages": [
-        {
-          "path": "special/special",
-          "style": {
-            "navigationBarTitleText": "涓撻"
-          }
-        },
+        // {
+        //   "path": "special/special",
+        //   "style": {
+        //     "navigationBarTitleText": "涓撻"
+        //   }
+        // },
         {
           "path": "cart/cartList",
           "style": {

--
Gitblit v1.8.0