处理冲突
This commit is contained in:
@@ -453,7 +453,7 @@ function showPoolCount() {
|
||||
$('#rewardLineCount').html(data.rewardLineCount);
|
||||
$('#rewardLineNum').html(data.rewardLineNum);
|
||||
$('#totalGiftValue').html(data.totalGiftValue);
|
||||
$('#singleLineRatio').html(data.singleLineRatio.toFixed(2) + '%');
|
||||
$('#singleLineRatio').html(data.singleLineRatio.toFixed(2));
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user