修改
This commit is contained in:
parent
004d621e3f
commit
6b8cfe58b4
@ -112,7 +112,7 @@
|
|||||||
uni.getSystemInfo({
|
uni.getSystemInfo({
|
||||||
success: function(res) {
|
success: function(res) {
|
||||||
if (res.platform == 'ios') {
|
if (res.platform == 'ios') {
|
||||||
that.videoitem.videoshow = false
|
that.info();
|
||||||
that.videoshow = false
|
that.videoshow = false
|
||||||
} else {}
|
} else {}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -100,7 +100,7 @@
|
|||||||
uni.getSystemInfo({
|
uni.getSystemInfo({
|
||||||
success: function(res) {
|
success: function(res) {
|
||||||
if (res.platform == 'ios') {
|
if (res.platform == 'ios') {
|
||||||
that.videoitem.videoshow = false
|
that.info();
|
||||||
that.videoshow = false
|
that.videoshow = false
|
||||||
} else {}
|
} else {}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user