Fix: show failed record in result, ranking
This commit is contained in:
@@ -63,7 +63,7 @@ var Start = {
|
||||
sessionStorageManager.getWritingID(),
|
||||
|
||||
(function(replyJSON) {
|
||||
console.log(replyJSON);
|
||||
// console.log(replyJSON);
|
||||
var highestRecordData = replyJSON["highestRecordData"];
|
||||
var highestRecord = highestRecordData["highestRecord"];
|
||||
this.onReceiveAppHighestRecord(highestRecord);
|
||||
@@ -168,8 +168,8 @@ var Start = {
|
||||
|
||||
var underValue = historyRecordManager.underValueForGraph();
|
||||
var upperValue = historyRecordManager.upperValueForGraph();
|
||||
console.log("underValue : " + underValue);
|
||||
console.log("upperValue : " + upperValue);
|
||||
// console.log("underValue : " + underValue);
|
||||
// console.log("upperValue : " + upperValue);
|
||||
|
||||
var minValue = underValue - (upperValue - underValue) / 10;
|
||||
var maxValue = upperValue;// + (upperValue - underValue) / 10;
|
||||
|
||||
Reference in New Issue
Block a user