|
|
@@ -40,7 +40,7 @@
|
|
|
<td scope="col" class="text-center" id="hgl2" style="padding: 0px 0px 0px 0px; width: 130px; font-size: 55px; color: #f8f9fa; text-align: right ">10分钟</td>
|
|
|
</tr>
|
|
|
<tr style="height: 70px; width: 1280px; ">
|
|
|
- <td scope="col" class="text-center" id="zcl" style="width: 350px; font-size: 55px; color: #f8f9fa; text-align: center ">1分钟节拍</td>
|
|
|
+ <td scope="col" class="text-center" id="zcl" style="width: 350px; font-size: 55px; color: #f8f9fa; text-align: center ">实际节拍</td>
|
|
|
<td scope="col" class="text-center" id="cl3" style="padding: 0px 0px 0px 0px; width: 130px; font-size: 60px; color: #f8f9fa; text-align: center ">0</td>
|
|
|
<td scope="col" class="text-center" id="hgl3" style="padding: 0px 0px 0px 0px; width: 130px; font-size: 55px; color: #f8f9fa; text-align: right ">30分钟</td>
|
|
|
</tr>
|
|
|
@@ -125,9 +125,9 @@
|
|
|
if (json["rows"][0]["FOUR"] != 3600) {
|
|
|
$('#cl4').html(json["rows"][0]["FOUR"]);
|
|
|
}
|
|
|
- if (json["rows"][0]["FIVE"] != 240) {
|
|
|
- $('#onesecond').html(json["rows"][0]["FIVE"] + " 秒/件")
|
|
|
- }
|
|
|
+ //if (json["rows"][0]["FIVE"] != 240) {
|
|
|
+ // $('#onesecond').html(json["rows"][0]["FIVE"] + " 秒/件")
|
|
|
+ //}
|
|
|
;
|
|
|
}
|
|
|
});
|
|
|
@@ -138,7 +138,8 @@
|
|
|
$.get('GlazingBeats2.ashx?m=ALL', function (data) {
|
|
|
var json = JSON.parse(data);
|
|
|
if (json['success'] == true) {
|
|
|
- $('#second').html(json["rows"][0]["ONE"]);
|
|
|
+ $('#second').html(json["rows"][0]["ONE"]);
|
|
|
+ $('#onesecond').html(json["rows"][0]["TWO"] + " 秒/件");
|
|
|
}
|
|
|
});
|
|
|
}
|