diff --git a/public/tanchuang.png b/public/tanchuang.png deleted file mode 100644 index 00abe2c..0000000 Binary files a/public/tanchuang.png and /dev/null differ diff --git a/public/tanchuang1.png b/public/tanchuang1.png index ef85d1e..00abe2c 100644 Binary files a/public/tanchuang1.png and b/public/tanchuang1.png differ diff --git a/public/tanchuang2.png b/public/tanchuang2.png new file mode 100644 index 0000000..ef85d1e Binary files /dev/null and b/public/tanchuang2.png differ diff --git a/src/views/DZP3.vue b/src/views/DZP3.vue index 4ef5948..05786eb 100644 --- a/src/views/DZP3.vue +++ b/src/views/DZP3.vue @@ -74,7 +74,7 @@ const scoreAnimation = ref(false) // 抽奖结束end回调 function endCallback(prize) { - const result = Number(prize.fonts[0].text) + const result = prize.fonts[0].text console.log(prize.fonts[0].text) // 更新总分 setTimeout(()=>{ @@ -169,8 +169,8 @@ onMounted(() => { position: fixed; - left: 50.5%; - top: 60%; + left: 44%; + top: 55%; transform: translate(-50%, -50%); z-index: 1000; @@ -264,8 +264,8 @@ onMounted(() => { .luckyWheel { position: fixed; z-index: 999; - left: 740px; - top: 390px; + left: 610px; + top: 300px; pointer-events: auto; } @@ -273,8 +273,8 @@ onMounted(() => { .wheel-base { background-image: url('/public/wheel-base1.png'); position: fixed; - left: 665px; - top: 300px; + left: 535px; + top: 210px; width: 568px; height: 600px; z-index: 990;