Commit 42d9e129 authored by 袁玲利's avatar 袁玲利

'小游戏排行榜'

parent 8ff02282
...@@ -244,6 +244,16 @@ export default { ...@@ -244,6 +244,16 @@ export default {
this.timer = null; this.timer = null;
} }
}, },
onHide() {
console.log('2222')
this.params.behavior = "viewPage";
this.params.data = "closePage";
this.GameStatistics();
if (this.timer !== null) {
clearInterval(this.timer);
this.timer = null;
}
},
}; };
</script> </script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment