From a17f5c281a71ec29e9f3a8cf789b033fc7798c8c Mon Sep 17 00:00:00 2001 From: suyanyan <1321717064@qq.com> Date: Thu, 5 Dec 2024 17:02:45 +0800 Subject: [PATCH] =?UTF-8?q?h5=E6=B7=BB=E5=8A=A0=E5=9C=A8=E7=BA=BF=E7=8A=B6?= =?UTF-8?q?=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- monitorMobile/pages/monitor/index.vue | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/monitorMobile/pages/monitor/index.vue b/monitorMobile/pages/monitor/index.vue index 411bb95..68dd8bd 100644 --- a/monitorMobile/pages/monitor/index.vue +++ b/monitorMobile/pages/monitor/index.vue @@ -16,7 +16,7 @@ - + @@ -78,7 +78,8 @@ - + @@ -107,6 +108,13 @@ 设备IP:{{item.directUrlIp}} + + + 状态: + 在线 + 离线 + + @@ -201,10 +209,10 @@ this.loadmore() }, onUnload() { - if(this.showVideo) { + if (this.showVideo) { this.closeDialog() } - + }, onPullDownRefresh() { uni.stopPullDownRefresh() @@ -336,7 +344,7 @@ }); }, // 获取视频地址 - startClick(id,name) { + startClick(id, name) { this.sensorId = id; this.sensorName = name; this.showVideo = true; @@ -443,17 +451,20 @@ align-items: center; padding: 0 25rpx; background: #fff; + .title { font-weight: 700; font-size: 28rpx; } + .closes { - + // background: #ccc; } } + .botbox { - height:calc(100% - 80rpx); + height: calc(100% - 80rpx); } } @@ -674,7 +685,7 @@ display: flex; justify-content: space-between; align-items: center; - margin-bottom: 60rpx; + // margin-bottom: 60rpx; .schoolName { font-size: 32rpx;