完成加载页、首页、选择页切图

This commit is contained in:
梁泽军
2025-04-15 18:09:45 +08:00
parent d31ed5cbf9
commit 7e4e3af65f
90 changed files with 277 additions and 773 deletions

View File

@@ -79,7 +79,7 @@ const myPrizeFn = (item) => {
};
const QuestionListRef= ref(null)
const showQuestionList = ref(false);
const showQuestionList = ref(true);
const questionListFn = (item) => {
if (item.action == "hide") {
showQuestionList.value = false;
@@ -243,7 +243,8 @@ const playMusic = () => {
<style lang="scss">
#app {
overflow: hidden;
background: linear-gradient(135deg, #a11b15, #f80c00);
background: linear-gradient(135deg, #d6d1ca, #e5dccf);
}
#__vconsole {

View File

@@ -19,8 +19,8 @@ app.config.globalProperties.imgUrl = (url) => {
// 微信分享配置
wxShare({
title: '猜灯谜赢红包 欢欢喜喜闹元宵',
desc: '',
title: '打卡理想假期 五一好礼等你',
desc: '穿越城市地标,解锁你的财富基因',
})
// 测试环境开vconsole