|
@@ -164,7 +164,7 @@ const multipleItemRef = (el: any, index: number, area: any) => {
|
|
*/
|
|
*/
|
|
const getOpenOneTestAndStartFace = () => {
|
|
const getOpenOneTestAndStartFace = () => {
|
|
cleanData();
|
|
cleanData();
|
|
- examState.value = 40;
|
|
|
|
|
|
+ examState.value = 41;
|
|
for (let i = 0; i < multipleItemRefList.value.length; i++) {
|
|
for (let i = 0; i < multipleItemRefList.value.length; i++) {
|
|
multipleItemRefList.value[i].getOpenOneTestAndStartFace();
|
|
multipleItemRefList.value[i].getOpenOneTestAndStartFace();
|
|
}
|
|
}
|
|
@@ -941,7 +941,7 @@ onBeforeMount(() => {
|
|
}
|
|
}
|
|
//需要开始按钮的项目
|
|
//需要开始按钮的项目
|
|
let myList = ['situp', 'jumprope', 'jumpingjack', 'highknees', 'pullup', 'sidepullup', 'squat', 'jumpleftright', 'crossjump', 'kneeupclap'];
|
|
let myList = ['situp', 'jumprope', 'jumpingjack', 'highknees', 'pullup', 'sidepullup', 'squat', 'jumpleftright', 'crossjump', 'kneeupclap'];
|
|
- if (myList.includes(project) && [2, 3].includes(styleType.value)) {
|
|
|
|
|
|
+ if (myList.includes(project) && styleType.value == 3) {
|
|
needStart.value = true;
|
|
needStart.value = true;
|
|
}
|
|
}
|
|
//加载音乐
|
|
//加载音乐
|
|
@@ -1666,27 +1666,6 @@ $waiPadding: 6.51rem;
|
|
$listMargin: 5vw;
|
|
$listMargin: 5vw;
|
|
$listWidth: calc((100% - $listMargin) / 10);
|
|
$listWidth: calc((100% - $listMargin) / 10);
|
|
|
|
|
|
- height: calc((($listMargin / 10) + 14vh) * 5);
|
|
|
|
- overflow-y: scroll;
|
|
|
|
-
|
|
|
|
- &::-webkit-scrollbar {
|
|
|
|
- width: 10px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- &::-webkit-scrollbar-thumb {
|
|
|
|
- border-width: 2px;
|
|
|
|
- border-radius: 4px;
|
|
|
|
- border-style: dashed;
|
|
|
|
- border-color: transparent;
|
|
|
|
- background-color: rgba(26, 62, 78, 0.9);
|
|
|
|
- background-clip: padding-box;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- &::-webkit-scrollbar-button:hover {
|
|
|
|
- border-radius: 6px;
|
|
|
|
- background: rgba(26, 62, 78, 1);
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
.ul {
|
|
.ul {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 14vh;
|
|
height: 14vh;
|