Commit 262ad376 authored by 袁玲利's avatar 袁玲利

游戏排行榜问题修复

parent 75cdb723
......@@ -114,7 +114,7 @@ export default {
},
mounted() {
this.games.sort(() => 0.5 - Math.random());
this.params.userId = getQueryParams("userId");
this.params.userId = this.getQueryParams("userId");
this.params.behavior = "viewPage";
this.params.data = "gameOrder";
this.GameStatistics();
......
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