From cbfa249625c9ffba499b6903dc1fe01408b6ff89 Mon Sep 17 00:00:00 2001 From: wwp <782568523@qq.com> Date: Fri, 6 Sep 2024 16:23:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E5=BC=B9=E6=A1=86=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- monitorMobile/pages/monitor/index.vue | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/monitorMobile/pages/monitor/index.vue b/monitorMobile/pages/monitor/index.vue index e5969b2..0d2bbaf 100644 --- a/monitorMobile/pages/monitor/index.vue +++ b/monitorMobile/pages/monitor/index.vue @@ -6,11 +6,11 @@ - - + + {{sensorName+'(' + sensorId + ')'}} - + @@ -117,7 +117,7 @@ 所属学校:演示学校 - + 播放 @@ -183,6 +183,7 @@ showChild: true, player: null, sensorId: '', + sensorName: '', videoUrl: '', streamId: '', videoToken: '', @@ -335,8 +336,9 @@ }); }, // 获取视频地址 - startClick(id) { + startClick(id,name) { this.sensorId = id; + this.sensorName = name; this.showVideo = true; startUrl({ @@ -441,6 +443,10 @@ align-items: center; padding: 0 25rpx; background: #fff; + .title { + font-weight: 700; + font-size: 28rpx; + } .closes { // background: #ccc;