From 1b70393b2d1756c183aab58f0aa7ffb0d4292ac0 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期五, 01 八月 2025 14:29:16 +0800
Subject: [PATCH] 添加优惠卷跳转指定页面

---
 pages.json |   21 ++++++++++++++++++---
 1 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/pages.json b/pages.json
index bc3dc0d..3dfba05 100644
--- a/pages.json
+++ b/pages.json
@@ -865,7 +865,8 @@
               "u-navbar": "view",
               "u-button": "view",
               "u-image": "view",
-              "u-loadmore": "view"
+              "u-loadmore": "view",
+			  "u-empty":"view"
             }
           }
         },
@@ -1914,7 +1915,7 @@
         {
           "path": "news",
           "style": {
-            "navigationBarTitleText": "鏂伴椈",
+            "navigationBarTitleText": "蹇",
             "componentPlaceholder": {
               "u-icon": "view",
               "u-button": "view",
@@ -1933,7 +1934,7 @@
         {
           "path": "detail",
           "style": {
-            "navigationBarTitleText": "鏂伴椈璇︽儏",
+            "navigationBarTitleText": "蹇璇︽儏",
             "componentPlaceholder": {
               "u-icon": "view",
               "u-button": "view",
@@ -2016,6 +2017,20 @@
 			  "u-icon": "view"
             }
           }
+        },
+        {
+        	"path" : "coups-goods-list",
+        	"style" : 
+        	{
+				"navigationStyle": "custom",
+        		"navigationBarTitleText" : "浼樻儬鍗峰晢鍝侀〉闈�",
+				"componentPlaceholder": {
+				  "u-navbar": "view",
+				  "u-search": "view",
+				  "u-image": "view",
+				  "u-icon": "view"
+				}
+        	}
         }
       ]
     },

--
Gitblit v1.8.0