This commit is contained in:
曹辉 2023-05-04 15:17:19 +08:00
parent 004d621e3f
commit 6b8cfe58b4
2 changed files with 2 additions and 2 deletions

View File

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

View File

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