From 0fa280c6d02dbf694e36b1f352aea51132ec6dde Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期五, 04 七月 2025 18:16:09 +0800 Subject: [PATCH] 我的浏览记录增加视频播放记录,TODO样式优化、播放历史视频 --- pages.json | 44 +++++++++++++++++++++++++++++--------------- 1 files changed, 29 insertions(+), 15 deletions(-) diff --git a/pages.json b/pages.json index 68e223e..fb8f8b7 100644 --- a/pages.json +++ b/pages.json @@ -36,6 +36,13 @@ } }, { + "path": "pages/kitchen/KitchenVideo", + "style": { + "navigationBarTitleText": "绁炲帹", + "navigationStyle": "custom" // 闅愯棌绯荤粺瀵艰埅鏍� + } + }, + { "path": "pages/tabbar/home/title", "style": { "navigationBarTitleText": "娑堟伅" @@ -68,7 +75,7 @@ "style": { "navigationBarTitleText": "鍟嗗搧骞垮満", - // "navigationStyle": "custom", // 闅愯棌绯荤粺瀵艰埅鏍� + "navigationStyle": "custom", // 闅愯棌绯荤粺瀵艰埅鏍� "navigationBarTextStyle": "black", // "disableScroll": true, "bounce": "none", @@ -785,6 +792,7 @@ "style": { "navigationBarTitleText": "娲诲姩", "enablePullDownRefresh": true, //涓嬫媺鍒锋柊 + "navigationStyle": "custom", // 闅愯棌椤堕儴瀵艰埅鏍� "componentPlaceholder": { "u-form": "view", "u-form-item": "view", @@ -819,6 +827,14 @@ "u-loadmore": "view" } } + }, + { + "path" : "myAttention", + "style" : + { + "navigationBarTitleText" : "鍏虫敞鍒楄〃", + "enablePullDownRefresh": true + } } ] }, @@ -828,8 +844,7 @@ { "path": "shopPage", "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" + "navigationBarTitleText": "" } }, { @@ -1029,6 +1044,13 @@ "componentPlaceholder": { "u-button": "view" } + } + }, + { + "path" : "video-search", + "style" : + { + "navigationBarTitleText" : "" } } ] @@ -1471,16 +1493,8 @@ "pages": [{ "path": "healthVideo", "style": { - "navigationBarTitleText": "澶у仴搴�" - } - }] - }, - { - "root": "pages/kitchen", - "pages": [{ - "path": "KitchenVideo", - "style": { - "navigationBarTitleText": "鍘ㄧ" + "navigationBarTitleText": "澶у仴搴�", + "navigationStyle": "custom" } }] } @@ -1523,10 +1537,10 @@ }, { // "pagePath": "pages/tabbar/category/category", - "pagePath": "pages/commodity-square/commoditySquare", + "pagePath": "pages/kitchen/KitchenVideo", "iconPath": "static/tabbar/category.png", "selectedIconPath": "static/tabbar/category-s.png", - "text": "鍟嗗煄" + "text": "绁炲帹" }, { "pagePath": "pages/tabbar/video/video", -- Gitblit v1.8.0