Add: sql - login, history_record

This commit is contained in:
2018-05-17 18:51:09 +09:00
parent 976e5563b7
commit 235327cd3e
19 changed files with 529 additions and 91 deletions
+2 -2
View File
@@ -25,11 +25,11 @@ class Start {
// contents
this.printHowToPlay(appInfoManager.getHowToPlayText(sessionStorageManager.playingAppName));
this.makeStartButton();
this.printChartBaseLine();
this.dbConnectManager.requestPlayerHistory( historyRecordManager => {
this.printChartBaseLine();
let underValue = historyRecordManager.underValueForGraph();
let upperValue = historyRecordManager.upperValueForGraph();
for(let i = 0; i < historyRecordManager.count; i++) {
if(i > 6)
break;