优化彩金池累加计算方式
This commit is contained in:
@@ -102,8 +102,8 @@
|
||||
set: (value) => emit('update:modelValue', value)
|
||||
})
|
||||
|
||||
/** BIGWIN 且 grid_number 为 5 或 30 时豹子概率不可修改 */
|
||||
const isWeightDisabled = computed(
|
||||
/** BIGWIN 且 grid_number 为 5 或 30 时豹子概率固定为 100%(禁止手动调整) */
|
||||
const isWeightFixed100 = computed(
|
||||
() =>
|
||||
formData.tier === 'BIGWIN' &&
|
||||
(formData.grid_number === 5 || formData.grid_number === 30)
|
||||
|
||||
Reference in New Issue
Block a user