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