Browse Source

视频页面title改为节名称

tanxue 6 months ago
parent
commit
3437a28dc6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/study/lookShipin.vue

+ 2 - 2
pages/study/lookShipin.vue

@@ -90,7 +90,7 @@
 				this.nianji = youkeData.nianji
 				this.zhangId = youkeData.zhangId
 				this.cardId = youkeData.cardId
-				this.shipinTitle = youkeData.numberStr + ' ' + youkeData.zhangName
+				this.shipinTitle = youkeData.jieName
 				this.progressMarkers = youkeData.jieList[0].jiedianList
 				this.getLiveYk(); //获取播放凭证
 			} else {
@@ -118,7 +118,7 @@
 				let currentObject = this.cacheZhangInfo.jieList.find(item => item.jieId == options.jieId);
 				
 				console.log(currentObject);
-				this.shipinTitle = this.cacheZhangInfo.numberStr + ' ' + this.cacheZhangInfo.zhangName
+				this.shipinTitle = currentObject.jieName
 
 				this.pageData = {
 					...currentObject