From 7859711073ae0111144aaaa6c10981525272004f Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期一, 07 七月 2025 12:01:39 +0800 Subject: [PATCH] 视频播放记录 --- 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