From 21a0c616ca241c83e94e2dbec87330fb6e5fb1f5 Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Thu, 16 May 2024 10:39:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 10 +++ pages/videoManage/playBackList.vue | 122 +++++++++++++++++++++++++++++ pages/videoManage/playVideo.vue | 8 +- 3 files changed, 139 insertions(+), 1 deletion(-) create mode 100644 pages/videoManage/playBackList.vue diff --git a/pages.json b/pages.json index dd04438a..d7845770 100644 --- a/pages.json +++ b/pages.json @@ -67,6 +67,16 @@ "path": "pages/videoManage/playVideo", "style": {} }, + { + "path": "pages/videoManage/playBackList", + "style": { + "navigationBarTitleText": "录像查询", + "enablePullDownRefresh": false, + "onReachBottomDistance": 100, + "navigationBarBackgroundColor": "#3A7BFF", + "navigationBarTextStyle": "white" + } + }, { "path": "pages/projectEnd/projectIndex/projectIndex", "style": {} diff --git a/pages/videoManage/playBackList.vue b/pages/videoManage/playBackList.vue new file mode 100644 index 00000000..0bbba826 --- /dev/null +++ b/pages/videoManage/playBackList.vue @@ -0,0 +1,122 @@ + + + + + \ No newline at end of file diff --git a/pages/videoManage/playVideo.vue b/pages/videoManage/playVideo.vue index 0351baac..160e2d0d 100644 --- a/pages/videoManage/playVideo.vue +++ b/pages/videoManage/playVideo.vue @@ -26,7 +26,7 @@ - + 视频回放 @@ -54,6 +54,12 @@ } }, methods:{ + // 跳转到录像回放列表 + toBackList(){ + uni.navigateTo({ + url: './playBackList' + }) + }, changeStreamFn(){ if(this.streamType==1){ this.streamType=2