完整逻辑

This commit is contained in:
XGL-THINKPAD-X1\rucky
2024-02-20 15:23:32 +08:00
parent b08ecc8b31
commit 25fbf95e2c
3 changed files with 31 additions and 13 deletions

View File

@@ -57,7 +57,7 @@ const indexFn = (item) => {
}
};
const showQuestion = ref(true);
const showQuestion = ref(false);
const questionFn = (item) => {
if (item.action == "hide") {
showQuestion.value = false;
@@ -209,7 +209,7 @@ onMounted(() => {
});
}
} else {
// showLoad.value = true;
showLoad.value = true;
createBGM();
}
});

View File

@@ -19,8 +19,8 @@ app.config.globalProperties.imgUrl = (url) => {
// 微信分享配置
wxShare({
title: '今夜宜赏灯,来测测你的专属元宵花灯',
desc: '赏花灯,赢惊喜,欢天喜地闹元宵!',
title: '欢乐猜灯谜,喜庆闹元宵',
desc: '猜灯谜、赏花灯,金龙贺岁过“龘”年',
})
// 测试环境开vconsole