From d25f94845ef10169389c980c7ffaa7d6bc461760 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 15 五月 2025 18:28:37 +0800 Subject: [PATCH] 视频发布静态页面 --- pages.json | 19 ++++++++++++++++--- 1 files changed, 16 insertions(+), 3 deletions(-) diff --git a/pages.json b/pages.json index fdd962e..95c0015 100644 --- a/pages.json +++ b/pages.json @@ -11,7 +11,7 @@ { // "navigationBarTitleText" : "瑙嗛", "enablePullDownRefresh" : false, - "navigationStyle": "custom" + "navigationStyle": "custom" // 闅愯棌椤堕儴瀵艰埅鏍� } }, { @@ -101,6 +101,14 @@ "style": { "navigationBarTitleText": "涓撻" } + }, + { + "path" : "pages/tabbar/video/video", + "style" : + { + "navigationBarTitleText" : "鍙戝竷瑙嗛", + "enablePullDownRefresh" : false + } } @@ -830,6 +838,7 @@ } }, "tabBar": { + "custom": true, "color": "#666", "selectedColor": "#ff573e", "borderStyle": "black", @@ -844,9 +853,13 @@ "pagePath": "pages/tabbar/category/category", "iconPath": "static/tabbar/category.png", "selectedIconPath": "static/tabbar/category-s.png", - "text": "鍒嗙被" + "text": "鍟嗗煄" }, - + { + "pagePath": "pages/tabbar/video/video", + "iconPath": "static/tabbar/video.png", + "selectedIconPath": "static/tabbar/video-selected.png" + }, { "pagePath": "pages/tabbar/cart/cartList", "iconPath": "static/tabbar/cart.png", -- Gitblit v1.8.0