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