修改
This commit is contained in:
parent
dec46bd880
commit
f4ad42bd0b
@ -300,6 +300,9 @@
|
|||||||
},
|
},
|
||||||
onLoad(options) {
|
onLoad(options) {
|
||||||
const that = this
|
const that = this
|
||||||
|
this.videoitem = {
|
||||||
|
watchTime: 0
|
||||||
|
}
|
||||||
this.baseurl = baseurl
|
this.baseurl = baseurl
|
||||||
this.trainingOrderStatus = options.trainingOrderStatus
|
this.trainingOrderStatus = options.trainingOrderStatus
|
||||||
this.trainingItemId = options.trainingItemId
|
this.trainingItemId = options.trainingItemId
|
||||||
|
|||||||
@ -292,6 +292,9 @@
|
|||||||
onLoad(options) {
|
onLoad(options) {
|
||||||
const that = this
|
const that = this
|
||||||
this.baseurl = baseurl
|
this.baseurl = baseurl
|
||||||
|
this.videoitem = {
|
||||||
|
watchTime: 0
|
||||||
|
}
|
||||||
this.trainingItemId = options.trainingItemId
|
this.trainingItemId = options.trainingItemId
|
||||||
const value = uni.getStorageSync('nursePersonId');
|
const value = uni.getStorageSync('nursePersonId');
|
||||||
if (value) {
|
if (value) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user