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 | 18 ++++++++++++++++-- 1 files changed, 16 insertions(+), 2 deletions(-) diff --git a/pages.json b/pages.json index 48cdf4f..fb8f8b7 100644 --- a/pages.json +++ b/pages.json @@ -827,6 +827,14 @@ "u-loadmore": "view" } } + }, + { + "path" : "myAttention", + "style" : + { + "navigationBarTitleText" : "鍏虫敞鍒楄〃", + "enablePullDownRefresh": true + } } ] }, @@ -836,8 +844,7 @@ { "path": "shopPage", "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" + "navigationBarTitleText": "" } }, { @@ -1038,6 +1045,13 @@ "u-button": "view" } } + }, + { + "path" : "video-search", + "style" : + { + "navigationBarTitleText" : "" + } } ] }, -- Gitblit v1.8.0