베팅장 수리

This commit is contained in:
2020-05-15 00:23:10 +09:00
parent 6feec9bdbd
commit b1b06d9c82
3 changed files with 23 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ jQuery(function($){
$('.submitBtn').click(function(){
var $this = $(this);
var target = parseInt($this.data('target'));
var amount = $('target_{0}'.format(target)).val();
var amount = $('#target_{0}'.format(target)).val();
$.post({
url:'j_betting.php',