From 446c4afd5d84bc9d330940665629d1d11d75476a Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期五, 08 八月 2025 09:52:27 +0800 Subject: [PATCH] 收藏商品问题,视频主页高度问题 --- pages.json | 28 +++++++++++++++++++++------- 1 files changed, 21 insertions(+), 7 deletions(-) diff --git a/pages.json b/pages.json index f3532d4..8ba3292 100644 --- a/pages.json +++ b/pages.json @@ -1261,7 +1261,7 @@ { "path": "entry/seller/index", "style": { - "navigationBarTitleText": "搴楅摵鍏ラ┗", + "navigationBarTitleText": "渚涘簲鍟嗗叆椹�", "navigationStyle": "custom", "componentPlaceholder": { "u-navbar": "view" @@ -2017,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" + } + } } ] }, @@ -2051,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