fix: 베팅에 사용할 값을 가져오지 못하는 버그 수정
This commit is contained in:
+1
-1
@@ -442,7 +442,7 @@ if ($str3) {
|
|||||||
|
|
||||||
for ($i = 0; $i < 16; $i++) {
|
for ($i = 0; $i < 16; $i++) {
|
||||||
echo "
|
echo "
|
||||||
<td><input type=button class='submitBtn' data-bs-target='{$i}' value=베팅! style=width:100%;color:white;background-color:black;></td>";
|
<td><input type=button class='submitBtn' data-target='{$i}' value=베팅! style=width:100%;color:white;background-color:black;></td>";
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "</tr>";
|
echo "</tr>";
|
||||||
|
|||||||
Reference in New Issue
Block a user