0708
parent
c4abbaf481
commit
bcda03ec6e
|
@ -131,6 +131,7 @@
|
|||
},
|
||||
onHide() {
|
||||
clearTimeout(this.playTimer);
|
||||
this.isplay =false;
|
||||
},
|
||||
methods: {
|
||||
// 获取首页数据
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -300,6 +300,7 @@ var _default = {
|
|||
},
|
||||
onHide: function onHide() {
|
||||
clearTimeout(this.playTimer);
|
||||
this.isplay = false;
|
||||
},
|
||||
methods: {
|
||||
// 获取首页数据
|
||||
|
|
Loading…
Reference in New Issue