소스 검색

更正在线观看人数不准确的问题

15069021087 5 년 전
부모
커밋
38cd98a0b3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/videoList.vue

+ 1 - 1
src/components/videoList.vue

@@ -128,7 +128,7 @@
 			},
 			showVideoInfo: function(videoData) {
 				let msg = '所属应用:' + videoData.app + ' 数据流类型:' + videoData.schema + ' 流名称:' + videoData.stream + ' 观看人数:' +
-					videoData.readerCount;
+					videoData.totoalReaderCount;
 				this.$alert(msg, '视频信息', {
 					confirmButtonText: '确定'
 				});