优化答题页
This commit is contained in:
parent
9d076968f1
commit
d9ec9fbbc6
@ -77,6 +77,7 @@ const answerFn = (item, event) => {
|
|||||||
const mbtiArr = [[], [], [], []]; //四组数组分别存放 E&I,S&T,T&F,J&P四组结果
|
const mbtiArr = [[], [], [], []]; //四组数组分别存放 E&I,S&T,T&F,J&P四组结果
|
||||||
const showResult = (event) => {
|
const showResult = (event) => {
|
||||||
let e = event.target;
|
let e = event.target;
|
||||||
|
gsap.set(".answer-box", { pointerEvents: "none" });
|
||||||
debounceTap(e, async () => {
|
debounceTap(e, async () => {
|
||||||
console.log("答题结果:", answerList.value);
|
console.log("答题结果:", answerList.value);
|
||||||
answerList.value.forEach((element) => {
|
answerList.value.forEach((element) => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user