0708
parent
c4abbaf481
commit
bcda03ec6e
|
@ -131,6 +131,7 @@
|
||||||
},
|
},
|
||||||
onHide() {
|
onHide() {
|
||||||
clearTimeout(this.playTimer);
|
clearTimeout(this.playTimer);
|
||||||
|
this.isplay =false;
|
||||||
},
|
},
|
||||||
methods: {
|
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() {
|
onHide: function onHide() {
|
||||||
clearTimeout(this.playTimer);
|
clearTimeout(this.playTimer);
|
||||||
|
this.isplay = false;
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
// 获取首页数据
|
// 获取首页数据
|
||||||
|
|
Loading…
Reference in New Issue