From 6a90fb6eaf888a8fb6913f7a03b95a6769ae15af Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期一, 09 六月 2025 23:04:37 +0800 Subject: [PATCH] 连续评论bug --- pages.json | 90 +++++++++++++++++++++++++++++++++++++------- 1 files changed, 75 insertions(+), 15 deletions(-) diff --git a/pages.json b/pages.json index eb9d53e..2a77e9f 100644 --- a/pages.json +++ b/pages.json @@ -15,6 +15,7 @@ } }, "pages": [ + // 绗竴涓氨鏄椤� { "path": "pages/tabbar/index/home", @@ -22,6 +23,13 @@ // "navigationBarTitleText" : "瑙嗛", "enablePullDownRefresh": false, "navigationStyle": "custom" // 闅愯棌椤堕儴瀵艰埅鏍� + } + }, + { + "path" : "pages/tabbar/index/home1", + "style" : + { + "navigationBarTitleText" : "" } }, { @@ -257,7 +265,10 @@ "u-input": "view", "u-popup": "view", "u-search": "view", - "u-loading": "view" + "u-loading": "view", + "u-checkbox": "view", + "u-checkbox-group": "view", + "u-navbar": "view" } } }, @@ -281,8 +292,6 @@ } } } - - ], "subPackages": [{ "root": "uview-components", // 蹇呴』涓巔reloadRule涓殑鍚嶇О瀹屽叏涓�鑷� @@ -672,14 +681,8 @@ }, { "path": "activity/detail", "style": { - "navigationBarTitleText": "娲诲姩璇︽儏" - } - }, { - "path": "activity/myActivity", - "style": { - "navigationBarTitleText": "鎴戠殑娲诲姩", + "navigationBarTitleText": "娲诲姩璇︽儏", "enablePullDownRefresh": true, //涓嬫媺鍒锋柊 - "navigationStyle": "custom", "componentPlaceholder": { "u-form": "view", "u-form-item": "view", @@ -688,7 +691,27 @@ "u-action-sheet": "view", "u-checkbox-group": "view", "u-checkbox": "view", - "u-navbar": "view" + "u-navbar": "view", + "u-button": "view", + "u-image": "view" + } + } + }, { + "path": "activity/myActivity", + "style": { + "navigationBarTitleText": "鎴戠殑娲诲姩", + "enablePullDownRefresh": true, //涓嬫媺鍒锋柊 + "componentPlaceholder": { + "u-form": "view", + "u-form-item": "view", + "u-input": "view", + "u-icon": "view", + "u-action-sheet": "view", + "u-checkbox-group": "view", + "u-checkbox": "view", + "u-navbar": "view", + "u-button": "view", + "u-image": "view" } } }, { @@ -696,7 +719,6 @@ "style": { "navigationBarTitleText": "娲诲姩", "enablePullDownRefresh": true, //涓嬫媺鍒锋柊 - "navigationStyle": "custom", "componentPlaceholder": { "u-form": "view", "u-form-item": "view", @@ -705,13 +727,17 @@ "u-action-sheet": "view", "u-checkbox-group": "view", "u-checkbox": "view", - "u-navbar": "view" + "u-navbar": "view", + "u-button": "view", + "u-image": "view", + "u-loadmore": "view" } } }, { "path": "myCollect/myCollect", "style": { "navigationBarTitleText": "鎴戠殑鏀惰棌", + "enablePullDownRefresh": true, //涓嬫媺鍒锋柊 "componentPlaceholder": { "u-icon": "view", "u-button": "view", @@ -721,7 +747,10 @@ "u-popup": "view", "u-search": "view", "u-loading": "view", - "u-navbar": "view" + "u-navbar": "view", + "u-image": "view", + "u-loadmore": "view" + } } @@ -900,6 +929,37 @@ "path": "empty" }] + }, + { + "root": "pages/video", + "pages": [{ + "path": "home-page", + "style": { + "navigationBarTitleText": "TA鐨勪富椤�" + } + }, + { + "path" : "video-play", + "style" : + { + "navigationBarTitleText" : "" + } + }, + { + "path" : "home-page-edit", + "style" : + { + "navigationBarTitleText" : "涓婚〉淇℃伅淇敼" + } + }, + { + "path" : "video-edit", + "style" : + { + "navigationBarTitleText" : "瑙嗛缂栬緫" + } + } + ] }, { "root": "pages/passport", @@ -1343,7 +1403,7 @@ "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ - "pagePath": "pages/tabbar/index/home", + "pagePath": "pages/tabbar/index/home1", "iconPath": "static/tabbar/home.png", "selectedIconPath": "static/tabbar/home-s.png", "text": "棣栭〉" -- Gitblit v1.8.0