完整逻辑
This commit is contained in:
@@ -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();
|
||||
}
|
||||
});
|
||||
|
||||
@@ -19,8 +19,8 @@ app.config.globalProperties.imgUrl = (url) => {
|
||||
|
||||
// 微信分享配置
|
||||
wxShare({
|
||||
title: '今夜宜赏灯,来测测你的专属元宵花灯',
|
||||
desc: '赏花灯,赢惊喜,欢天喜地闹元宵!',
|
||||
title: '欢乐猜灯谜,喜庆闹元宵',
|
||||
desc: '猜灯谜、赏花灯,金龙贺岁过“龘”年',
|
||||
})
|
||||
|
||||
// 测试环境开vconsole
|
||||
|
||||
Reference in New Issue
Block a user