@@ -36,7 +36,7 @@ const props = defineProps({
prizeId: Number
})
const emit = defineEmits(['addressSubmit','addressClose'])
-const addressShow = computed(() => props.prizeId ? props.show : false)
+// const addressShow = computed(() => props.prizeId ? props.show : false)
const btnDisableClass = ref(false)
const name = ref('')
const phone = ref('')
diff --git a/src/components/HomePage.vue b/src/components/HomePage.vue
index ca3f619..95ddff2 100644
--- a/src/components/HomePage.vue
+++ b/src/components/HomePage.vue
@@ -1,6 +1,7 @@
-
+
3
@@ -85,10 +99,10 @@ const navigateSelectTemplatePage = () => {
-
+
-
+
@@ -193,36 +207,42 @@ const navigateSelectTemplatePage = () => {
right: 0;
animation-delay: 0s;
}
+
.item-4 {
width: 46px;
top: 1.5%;
right: 1.5%;
animation-delay: 0s;
}
+
.item-5 {
width: 46px;
top: 1.5%;
right: 1.5%;
animation-delay: 0s;
}
+
.item-6 {
width: 62px;
top: 8%;
right: 0;
animation-delay: 0s;
}
+
.item-7 {
width: 62px;
top: 13.5%;
right: 0;
animation-delay: 0s;
}
+
.item-8 {
width: 50px;
bottom: 32%;
right: 1%;
animation-delay: 0s;
}
+
.item-9 {
width: 50px;
bottom: 23%;
diff --git a/src/components/Lottery.vue b/src/components/Lottery.vue
index 6b4259d..dc52ca7 100644
--- a/src/components/Lottery.vue
+++ b/src/components/Lottery.vue
@@ -1,235 +1,378 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
![]()
+
+
+
+
+
{{ activePrizeData.name }}
+
-
-
-
+
\ No newline at end of file
diff --git a/src/components/PrizeList.vue b/src/components/PrizeList.vue
index 9d48480..f067fd0 100644
--- a/src/components/PrizeList.vue
+++ b/src/components/PrizeList.vue
@@ -27,7 +27,7 @@