修改
This commit is contained in:
parent
69a4d097cb
commit
25860e2d18
@ -94,7 +94,7 @@
|
||||
uni.getSystemInfo({
|
||||
success: function(res) {
|
||||
if (res.platform == 'ios') {
|
||||
that.videoContext.exitFullScreen();
|
||||
that.videoshow = false
|
||||
} else {}
|
||||
}
|
||||
});
|
||||
|
||||
@ -84,7 +84,7 @@
|
||||
uni.getSystemInfo({
|
||||
success: function(res) {
|
||||
if (res.platform == 'ios') {
|
||||
that.videoContext.exitFullScreen();
|
||||
that.videoshow = false
|
||||
} else {}
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user