From b37dec20be1844a9210fb009a44a450c9f45857d Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 15 五月 2025 16:32:08 +0800 Subject: [PATCH] tabbar增加视频发布 --- pages.json | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/pages.json b/pages.json index ed4763f..95c0015 100644 --- a/pages.json +++ b/pages.json @@ -101,6 +101,14 @@ "style": { "navigationBarTitleText": "涓撻" } + }, + { + "path" : "pages/tabbar/video/video", + "style" : + { + "navigationBarTitleText" : "鍙戝竷瑙嗛", + "enablePullDownRefresh" : false + } } @@ -845,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