From a38827061b6679a39d719dee72904ffbe49bd8e8 Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期一, 04 八月 2025 11:14:17 +0800 Subject: [PATCH] 登录用户名,以及隐藏专题,新闻页面调整样式 --- pages.json | 42 ++++++++++++++++++++++++++++++++---------- 1 files changed, 32 insertions(+), 10 deletions(-) diff --git a/pages.json b/pages.json index c24f49c..9d92817 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" } } }, @@ -1907,7 +1915,7 @@ { "path": "news", "style": { - "navigationBarTitleText": "鏂伴椈", + "navigationBarTitleText": "蹇", "componentPlaceholder": { "u-icon": "view", "u-button": "view", @@ -1926,7 +1934,7 @@ { "path": "detail", "style": { - "navigationBarTitleText": "鏂伴椈璇︽儏", + "navigationBarTitleText": "蹇璇︽儏", "componentPlaceholder": { "u-icon": "view", "u-button": "view", @@ -2009,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" + } + } } ] }, @@ -2043,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