Commit f1f2f9ee authored by 袁玲利's avatar 袁玲利

Merge branch 'v_req_11.2' into develop

parents 9d4c5d23 199c9981
......@@ -117,8 +117,12 @@ export default {
},
mounted() {
this.games.sort(() => 0.5 - Math.random());
if (this.getQueryParams("userId")) {
this.params.userid = this.getQueryParams("userId");
}
if (this.getQueryParams("sessionid")) {
this.params.sessionid = this.getQueryParams("sessionid");
}
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