|
|
@@ -381,15 +381,15 @@ if (t == 1) {
|
|
|
let curheadapi = 'http://cal.beswell.com:85/DataTransfer/';
|
|
|
|
|
|
// 0: 下课 团课/私教/PK 的排名
|
|
|
- let LessonClass = 0;
|
|
|
- let LessonDp = 0;
|
|
|
+ let LessonClass = 1;
|
|
|
+ let LessonDp = 1;
|
|
|
// 1:团课/私教
|
|
|
// 2:竞技课2PK
|
|
|
// 3:竞技课threepk
|
|
|
if (LessonClass == 1) {
|
|
|
// 上团课
|
|
|
Mock.mock(curheadapi + 'ClassStatQuery', 'post', getClassStat(1, 1));
|
|
|
- Mock.mock(curheadapi + 'UserListInfo', 'post', testStudent(1, 1));
|
|
|
+ Mock.mock(curheadapi + 'UserListInfo', 'post', testStudent(2, 1));
|
|
|
} else if (LessonClass == 2) {
|
|
|
// 上2队PK课
|
|
|
Mock.mock(curheadapi + 'ClassStatQuery', 'post', getClassStat(1, 2));
|