完成加载页、首页、选择页切图
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 {
|
||||
|
||||
Reference in New Issue
Block a user