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