From 9788e723a24fb3ba5ded9cc5f9880a5d4e65ba4f Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Fri, 28 Nov 2025 10:43:13 +0800 Subject: [PATCH] =?UTF-8?q?11.28=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 419 +++++++++++----------- pages.json | 55 +-- pages/live/live.vue | 4 +- pages_app/downLoadVideo/downLoadVideo.vue | 21 +- pages_app/hot/hot.vue | 248 +++++++++---- pages_app/liveReplay/liveReplay.vue | 14 +- pages_app/replayList/replayList.vue | 4 +- pages_app/replayText/replayText.vue | 12 +- pages_app/video/video.vue | 104 +++++- pages_app/videoDetail/videoDetail.vue | 126 +++++-- pages_app/zhinan/zhinan.vue | 22 +- pages_app/zhinanList/zhinanList.vue | 245 ++++++++++--- static/item_product_expert.png | Bin 0 -> 6969 bytes static/search.png | Bin 0 -> 1725 bytes static/videoPlaceholder.png | Bin 0 -> 4380 bytes store/downloadStoreFile.js | 135 +++++++ tsconfig.json | 4 + 17 files changed, 1005 insertions(+), 408 deletions(-) create mode 100644 static/item_product_expert.png create mode 100644 static/search.png create mode 100644 static/videoPlaceholder.png create mode 100644 store/downloadStoreFile.js diff --git a/App.vue b/App.vue index 2d54195..642506a 100644 --- a/App.vue +++ b/App.vue @@ -1,226 +1,241 @@ \ No newline at end of file diff --git a/pages.json b/pages.json index 48e7bf2..c7a6c79 100644 --- a/pages.json +++ b/pages.json @@ -335,6 +335,38 @@ } } }, + { + "path": "zhinan/zhinan", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "uni-app分页", + "app": { + "bounce": "none" + } + } + }, + { + "path": "zhinanList/zhinanList", + "style": { + "navigationStyle": "custom", + "navigationBarRightButton":{ "hide": true}, + "navigationBarTitleText": "uni-app分页", + "app": { + "bounce": "none" + } + } + }, + { + "path": "hot/hot", + "style": { + "navigationStyle": "custom", + "navigationBarRightButton":{ "hide": true}, + "navigationBarTitleText": "uni-app分页", + "app": { + "bounce": "none" + } + } + }, { "path": "login/login", "style": { @@ -559,17 +591,7 @@ // } // } // }, - // { - // "path": "hot/hot", - // "style": { - // "navigationStyle": "custom", - // "navigationBarRightButton":{ "hide": true}, - // "navigationBarTitleText": "uni-app分页", - // "app": { - // "bounce": "none" - // } - // } - // }, + // { @@ -727,16 +749,7 @@ // } // } // }, - // { - // "path": "zhinan/zhinan", - // "style": { - // "navigationStyle": "custom", - // "navigationBarTitleText": "uni-app分页", - // "app": { - // "bounce": "none" - // } - // } - // }, + // { // "path": "caseRecord/caseRecord", // "style": { diff --git a/pages/live/live.vue b/pages/live/live.vue index 9ff7f2b..e17fb86 100644 --- a/pages/live/live.vue +++ b/pages/live/live.vue @@ -120,8 +120,8 @@ :data-item-id="item.id" > + + --> - {{ formatSize(item.downloadSize) }} / {{ formatSize(item.totalSize) }} + {{ formatSize(item.downloadSize) }}/{{ formatSize(item.totalSize) }} @@ -596,13 +596,24 @@ onMounted(() => { page{ background-color: #ffffff; } +.size-box{ + display: flex; + white-space: nowrap; + justify-content: flex-end; + + white-space: nowrap; + font-size: 24rpx; + color:#8b2316 +} .box{ display: flex; - flex:1; - align-items: center; + white-space: nowrap; + justify-content: flex-end; margin-left: 30rpx; text{ width: 40rpx; + display: flex; + white-space: nowrap; font-size: 24rpx; color:#8b2316 } @@ -804,8 +815,8 @@ page{ } .video-status{ display: flex; - align-items: center; - margin-right: 20rpx; + + justify-content: space-between; .status-icon{ display: flex; diff --git a/pages_app/hot/hot.vue b/pages_app/hot/hot.vue index 0cdc0ac..3d5aa0c 100644 --- a/pages_app/hot/hot.vue +++ b/pages_app/hot/hot.vue @@ -1,7 +1,7 @@