This commit is contained in:
曹辉 2023-05-04 15:22:14 +08:00
parent 6b8cfe58b4
commit fd892fd457
2 changed files with 6 additions and 0 deletions

View File

@ -112,6 +112,9 @@
uni.getSystemInfo({
success: function(res) {
if (res.platform == 'ios') {
that.videoitem = {
watchTime: 0
}
that.info();
that.videoshow = false
} else {}

View File

@ -100,6 +100,9 @@
uni.getSystemInfo({
success: function(res) {
if (res.platform == 'ios') {
that.videoitem = {
watchTime: 0
}
that.info();
that.videoshow = false
} else {}