修改
This commit is contained in:
parent
85a4462f27
commit
06c315d06a
@ -134,9 +134,16 @@
|
||||
},
|
||||
//视频播放
|
||||
videoplays() {
|
||||
var that = this
|
||||
uni.getSystemInfo({
|
||||
success: function(res) {
|
||||
if (res.platform == 'ios') {
|
||||
if (this.videoitem.watchTime) {
|
||||
this.videoContext.seek(this.videoitem.watchTime)
|
||||
}
|
||||
} else {}
|
||||
}
|
||||
});
|
||||
},
|
||||
videoplay(item) {
|
||||
this.videoerroshow = true
|
||||
|
||||
@ -122,9 +122,16 @@
|
||||
},
|
||||
//视频播放
|
||||
videoplays() {
|
||||
var that = this
|
||||
uni.getSystemInfo({
|
||||
success: function(res) {
|
||||
if (res.platform == 'ios') {
|
||||
if (this.videoitem.watchTime) {
|
||||
this.videoContext.seek(this.videoitem.watchTime)
|
||||
}
|
||||
} else {}
|
||||
}
|
||||
});
|
||||
},
|
||||
//视频播放
|
||||
videoplay(item) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user