This commit is contained in:
曹辉 2023-05-04 15:15:36 +08:00
parent dec46bd880
commit f4ad42bd0b
2 changed files with 6 additions and 0 deletions

View File

@ -300,6 +300,9 @@
},
onLoad(options) {
const that = this
this.videoitem = {
watchTime: 0
}
this.baseurl = baseurl
this.trainingOrderStatus = options.trainingOrderStatus
this.trainingItemId = options.trainingItemId

View File

@ -292,6 +292,9 @@
onLoad(options) {
const that = this
this.baseurl = baseurl
this.videoitem = {
watchTime: 0
}
this.trainingItemId = options.trainingItemId
const value = uni.getStorageSync('nursePersonId');
if (value) {