完成加载页、首页、选择页切图
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -19,8 +19,8 @@ app.config.globalProperties.imgUrl = (url) => {
|
||||
|
||||
// 微信分享配置
|
||||
wxShare({
|
||||
title: '猜灯谜赢红包 欢欢喜喜闹元宵',
|
||||
desc: '',
|
||||
title: '打卡理想假期 五一好礼等你',
|
||||
desc: '穿越城市地标,解锁你的财富基因',
|
||||
})
|
||||
|
||||
// 测试环境开vconsole
|
||||
|
||||
Reference in New Issue
Block a user