|
|
@@ -270,9 +270,7 @@
|
|
|
})
|
|
|
|
|
|
function addResult($match_id){
|
|
|
- $("#match_id > :input").each(function(i){
|
|
|
- $(this).val('');
|
|
|
- });
|
|
|
+ $("#result_div > :input").each(function(i){ $(this).val('');});
|
|
|
var match_id = $match_id;//alert(match_id);
|
|
|
document.getElementById("matchid").value=$match_id;//赋值个弹窗
|
|
|
|
|
|
@@ -579,7 +577,7 @@ $('.lay-btn-diy').on('click', function(){
|
|
|
</div>
|
|
|
<div class="modal-body">
|
|
|
<p style="text-align:left;color:#5f7788;">请认真填写赛事结果,将会按照改结果结算</p><br>
|
|
|
- <div style="text-align:left;">
|
|
|
+ <div style="text-align:left;" id="result_div">
|
|
|
<div style="display: flex;">
|
|
|
<li>最先进球球队:</li><input type="text" id="firstscore" name="firstscore" value="">
|
|
|
</div>
|