This commit is contained in:
曹辉 2023-04-28 11:30:15 +08:00
parent 69a4d097cb
commit 25860e2d18
2 changed files with 2 additions and 2 deletions

View File

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

View File

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