优化答题页

This commit is contained in:
Andy Leong 2024-01-18 14:32:52 +08:00
parent 9d076968f1
commit d9ec9fbbc6

View File

@ -77,6 +77,7 @@ const answerFn = (item, event) => {
const mbtiArr = [[], [], [], []]; // E&IS&TT&FJ&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) => {