diff --git a/src/components/Question.vue b/src/components/Question.vue index 2e299cd..209486e 100644 --- a/src/components/Question.vue +++ b/src/components/Question.vue @@ -77,6 +77,7 @@ const answerFn = (item, event) => { const mbtiArr = [[], [], [], []]; //四组数组分别存放 E&I,S&T,T&F,J&P四组结果 const showResult = (event) => { let e = event.target; + gsap.set(".answer-box", { pointerEvents: "none" }); debounceTap(e, async () => { console.log("答题结果:", answerList.value); answerList.value.forEach((element) => {