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;