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