|
|
@ -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; |
|
|
|