From 7e6ac79baa48aa30a98e5343e013a9120f3dabae Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期四, 03 七月 2025 16:28:06 +0800 Subject: [PATCH] update 移除商店中的商品显示 修改神厨页面 --- 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