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