修改
This commit is contained in:
parent
dec46bd880
commit
f4ad42bd0b
@ -300,6 +300,9 @@
|
||||
},
|
||||
onLoad(options) {
|
||||
const that = this
|
||||
this.videoitem = {
|
||||
watchTime: 0
|
||||
}
|
||||
this.baseurl = baseurl
|
||||
this.trainingOrderStatus = options.trainingOrderStatus
|
||||
this.trainingItemId = options.trainingItemId
|
||||
|
||||
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user