|
@ -94,8 +94,8 @@ const prizePositions = [ |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
// 状态管理 |
|
|
// 状态管理 |
|
|
const balance = ref(8000) |
|
|
|
|
|
const displayBalance = ref(8000) |
|
|
|
|
|
|
|
|
const balance = ref(7120) |
|
|
|
|
|
const displayBalance = ref(7120) |
|
|
const rotation = ref(0) |
|
|
const rotation = ref(0) |
|
|
const isSpinning = ref(false) |
|
|
const isSpinning = ref(false) |
|
|
const isBalanceUpdating = ref(false) |
|
|
const isBalanceUpdating = ref(false) |
|
|