Browse Source

修改初始值

milestone-20250822-国内转盘修改初始值
zhaoruhui 2 months ago
parent
commit
776e29e67d
  1. 4
      src/views/platform/anniversary.vue

4
src/views/platform/anniversary.vue

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

Loading…
Cancel
Save