作者 anyv
1 个管道 的构建 通过 耗费 0 秒

投票

... ... @@ -153,8 +153,8 @@
id = $('#bjid').val();
title = $("input[name='etitle']").val();
console.log(title);
/* arr = [];
arr = [];
$("input[name='xxid']").each(function(j, item) {
arr[j] = item.value;
});
... ... @@ -166,7 +166,7 @@
xshu = shuzu.join(',');
$.post("{:url('Vote/voteupdate')}",{id:id,title:title,xid:xid,xshu:xshu},function(data){
$('#eguanbi').trigger();
});*/
});
}
... ...