mod(custom): 参数调整

This commit is contained in:
2023-12-27 03:52:29 +08:00
parent 1defd368f3
commit 89a80af70f

View File

@@ -174,7 +174,7 @@ const handleBet = (item: BetOpts) => {
const res = await turntable_bet({
uid: uid,
number: nums.value.filter((item) => item.optActive === true)[0].value,
aid: item.max,
aid: item.ID,
game_id: game_info.ID,
})
Taro.showToast({