This commit is contained in:
曹辉 2023-04-28 10:33:21 +08:00
parent 3a0886249d
commit 6dbf99a798
2 changed files with 4 additions and 4 deletions

View File

@ -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 {}
}

View File

@ -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 {}
}