新建51活动版本

This commit is contained in:
梁泽军 2025-04-15 10:16:15 +08:00
parent 90fb7b2b3d
commit d31ed5cbf9

View File

@ -30,7 +30,7 @@ const checkedOption = ref('')
const answerFn = (item, event) => {
let e = event.target.parentElement;
console.log('选项', item);
console.log('当前题目:', currentId.value + 1);
// console.log('', currentId.value + 1);
debounceTap(e, () => {
gsap.set('.option-tips,.analysis', { autoAlpha: 1 })