From b84c3a4d0a0498f0e972b4343935116618128ce5 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 03 七月 2025 17:50:40 +0800 Subject: [PATCH] 推荐页搜索按钮 --- pages.json | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/pages.json b/pages.json index 48cdf4f..a071262 100644 --- a/pages.json +++ b/pages.json @@ -836,8 +836,7 @@ { "path": "shopPage", "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" + "navigationBarTitleText": "" } }, { @@ -1038,6 +1037,13 @@ "u-button": "view" } } + }, + { + "path" : "video-search", + "style" : + { + "navigationBarTitleText" : "" + } } ] }, -- Gitblit v1.8.0