@@ -349,7 +349,7 @@ let getClassStat = function (ClassOn, dp) {
};
-let t = 0;//0 is on 1 is off
+let t = 1;//0 is on 1 is off
if (t == 0) {
// 列表测试
Mock.mock('/api/testTable', 'post', testTable());
@@ -359,7 +359,7 @@ if (t == 0) {
let curheadapi = 'http://192.168.0.63:8080/';
// 0: 下课 团课/私教/PK 的排名
- let LessonClass = 0;
+ let LessonClass = 1;
// 1:团课/私教
// 2:竞技课2PK
// 3:竞技课threepk
@@ -1082,7 +1082,8 @@
.pk_container .pl_rt .bg {
border: 2px solid rgba(255, 239, 149, 0.5);
- background: rgba(255, 230, 0, 0.5);
+ /*background: rgba(255, 230, 0, 0.5);*/
+ background: rgba(233, 192, 12, 0.9);
}