新建51活动版本
This commit is contained in:
parent
90fb7b2b3d
commit
d31ed5cbf9
@ -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 })
|
||||
|
||||
Loading…
Reference in New Issue
Block a user