修改
This commit is contained in:
parent
39762bc026
commit
5627454e41
@ -91,7 +91,6 @@
|
||||
},
|
||||
//关闭播放弹出框
|
||||
videoshowfalse() {
|
||||
this.videoitem.trainingItemTitle = this.list.trainingItemTitle
|
||||
if (this.videoerroshow) {
|
||||
if (this.videoitem.watchTime) {
|
||||
this.videoitem.watchTime = this.formatSeconds(this.videoitem.watchTime)
|
||||
@ -132,6 +131,7 @@
|
||||
this.videoitem.trainingOrderId = this.list.trainingOrderId
|
||||
this.videoitem.trainingItemId = this.list.trainingItemId
|
||||
this.videoitem.nurseStationPersonId = this.nurseStationPersonId
|
||||
this.videoitem.trainingItemTitle = this.list.trainingItemTitle
|
||||
this.videoitem.nursePersonName = uni.getStorageSync('nursePersonName')
|
||||
if (item.itemDirectoryWatchStatus == 'WATCHED') {
|
||||
getTrainingItemWatchRecord(this.videoitem.trainingOrderId, this.videoitem.trainingItemId, this
|
||||
|
||||
@ -88,7 +88,6 @@
|
||||
},
|
||||
//关闭播放弹出框
|
||||
videoshowfalse() {
|
||||
this.videoitem.trainingItemTitle = this.list.trainingItemTitle
|
||||
if (this.videoerroshow) {
|
||||
if (this.videoitem.watchTime) {
|
||||
this.videoitem.watchTime = this.formatSeconds(this.videoitem.watchTime)
|
||||
@ -122,6 +121,7 @@
|
||||
this.videoitem.trainingItemId = this.list.trainingItemId
|
||||
this.videoitem.nurseStationPersonId = this.nurseStationPersonId
|
||||
this.videoitem.nursePersonName = uni.getStorageSync('nursePersonName')
|
||||
this.videoitem.trainingItemTitle = this.list.trainingItemTitle
|
||||
if (item.itemDirectoryWatchStatus == 'WATCHED') {
|
||||
getTrainingItemWatchRecord(this.videoitem.trainingOrderId, this.videoitem.trainingItemId, this
|
||||
.videoitem
|
||||
|
||||
Loading…
Reference in New Issue
Block a user