|
|
@@ -380,7 +380,7 @@ if (t == 0) {
|
|
|
let curheadapi = 'http://192.168.0.63:8080/';
|
|
|
|
|
|
// 0: 下课 团课/私教/PK 的排名
|
|
|
- let LessonClass = 0;
|
|
|
+ let LessonClass = 3;
|
|
|
// 1:团课/私教
|
|
|
// 2:竞技课2PK
|
|
|
// 3:竞技课threepk
|
|
|
@@ -390,15 +390,15 @@ if (t == 0) {
|
|
|
if (LessonClass == 1) {
|
|
|
// 上团课
|
|
|
Mock.mock(curheadapi + 'ClassStatQuery', 'post', getClassStat(1, 1));
|
|
|
- Mock.mock(curheadapi + 'UserListInfo', 'post', testStudent(26, 1));
|
|
|
+ Mock.mock(curheadapi + 'UserListInfo', 'post', testStudent(22, 1));
|
|
|
} else if (LessonClass == 2) {
|
|
|
// 上2队PK课
|
|
|
Mock.mock(curheadapi + 'ClassStatQuery', 'post', getClassStat(1, 2));
|
|
|
- Mock.mock(curheadapi + 'UserListInfo', 'post', testStudent(6, 2,));
|
|
|
+ Mock.mock(curheadapi + 'UserListInfo', 'post', testStudent(8, 2,1));
|
|
|
} else if (LessonClass == 3) {
|
|
|
// 上3队PK课
|
|
|
Mock.mock(curheadapi + 'ClassStatQuery', 'post', getClassStat(1, 3));
|
|
|
- Mock.mock(curheadapi + 'UserListInfo', 'post', testStudent(6, 3,));
|
|
|
+ Mock.mock(curheadapi + 'UserListInfo', 'post', testStudent(8, 3,1));
|
|
|
} else if (LessonClass == 0) {
|
|
|
// 下课
|
|
|
if (LessonDp == 0) {
|