修改
This commit is contained in:
parent
3a0886249d
commit
6dbf99a798
@ -132,8 +132,8 @@
|
|||||||
uni.getSystemInfo({
|
uni.getSystemInfo({
|
||||||
success: function(res) {
|
success: function(res) {
|
||||||
if (res.platform == 'ios') {
|
if (res.platform == 'ios') {
|
||||||
if (this.videoitem.watchTime) {
|
if (that.videoitem.watchTime) {
|
||||||
this.videoContext.seek(this.videoitem.watchTime)
|
that.videoContext.seek(that.videoitem.watchTime)
|
||||||
}
|
}
|
||||||
} else {}
|
} else {}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -120,8 +120,8 @@
|
|||||||
uni.getSystemInfo({
|
uni.getSystemInfo({
|
||||||
success: function(res) {
|
success: function(res) {
|
||||||
if (res.platform == 'ios') {
|
if (res.platform == 'ios') {
|
||||||
if (this.videoitem.watchTime) {
|
if (that.videoitem.watchTime) {
|
||||||
this.videoContext.seek(this.videoitem.watchTime)
|
that.videoContext.seek(that.videoitem.watchTime)
|
||||||
}
|
}
|
||||||
} else {}
|
} else {}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user