Jimy 6 سال پیش
والد
کامیت
c425979dd7
1فایلهای تغییر یافته به همراه11 افزوده شده و 11 حذف شده
  1. 11 11
      resources/views/admin/sportsfoot/outcome.blade.php

+ 11 - 11
resources/views/admin/sportsfoot/outcome.blade.php

@@ -272,7 +272,7 @@
         </div>
     </div>
 	
-	<!-- 弹窗隐藏区域 -->
+	 <!-- 弹窗隐藏区域 -->
     <div id="myModal" class="modal">
             <input type="hidden" id="match_id" name="match_id" value="@{{d.match_id}}">
             <div class="modal-content">
@@ -293,34 +293,34 @@
                             <li> 获 &nbsp;胜&nbsp; 球&nbsp; 队&nbsp;:</li><input type="text" id="matchwiner" name="matchwiner" value="">
                         </div>
                         <div style="display: flex;">
-                            <li>上主队进球数:</li><input type="text" id="uhomescore" name="uhomescore" value="">
+                            <li>上主队进球数:</li><input type="text" id="uhomescore" AUTOCOMPLETE="off" name="uhomescore" value="">
                         </div>
                         <div style="display: flex;">
-                            <li>上客队进球数:</li><input type="text" id="uguestscore" name="uguestscore" value="">
+                            <li>上客队进球数:</li><input type="text" id="uguestscore" AUTOCOMPLETE="off" name="uguestscore" value="">
                         </div>
                         <div style="display: flex;">
-                            <li>主队全场角球:</li><input type="text" id="homeallcard" name="homeallcard" value="">
+                            <li>主队全场角球:</li><input type="text" id="homeallcard" AUTOCOMPLETE="off" name="homeallcard" value="">
                         </div>
                         <div style="display: flex;">
-                            <li>客队全场角球:</li><input type="text" id="guestallcard" name="guestallcard" value="">
+                            <li>客队全场角球:</li><input type="text" id="guestallcard" AUTOCOMPLETE="off" name="guestallcard" value="">
                         </div>
                         <div style="display: flex;">
-                            <li>主队半场角球:</li><input type="text" id="homehalfcard" name="homehalfcard" value="">
+                            <li>主队半场角球:</li><input type="text" id="homehalfcard" AUTOCOMPLETE="off" name="homehalfcard" value="">
                         </div>
                         <div style="display: flex;">
-                            <li>客队半场角球:</li><input type="text" id="guesthalfcard" name="guesthalfcard" value="">
+                            <li>客队半场角球:</li><input type="text" id="guesthalfcard" AUTOCOMPLETE="off" name="guesthalfcard" value="">
                         </div>
                         <div style="display: flex;">
-                            <li>主队全场罚牌:</li><input type="text" id="homeallcorner" name="homeallcorner" value="">
+                            <li>主队全场罚牌:</li><input type="text" id="homeallcorner" AUTOCOMPLETE="off" name="homeallcorner" value="">
                         </div>
                         <div style="display: flex;">
-                            <li>客队全场罚牌:</li><input type="text" id="guestallcorner" name="guestallcorner" value="">
+                            <li>客队全场罚牌:</li><input type="text" id="guestallcorner" AUTOCOMPLETE="off" name="guestallcorner" value="">
                         </div>
                         <div style="display: flex;">
-                            <li>主队半场罚牌:</li><input type="text" id="homehalfcorner" name="homehalfcorner" value="">
+                            <li>主队半场罚牌:</li><input type="text" id="homehalfcorner" AUTOCOMPLETE="off" name="homehalfcorner" value="">
                         </div>
                         <div style="display: flex;">
-                            <li>客队半场罚牌:</li><input type="text" id="guesthalfcorner" name="guesthalfcorner" value="">
+                            <li>客队半场罚牌:</li><input type="text" id="guesthalfcorner" AUTOCOMPLETE="off" name="guesthalfcorner" value="">
                         </div>
                     </div>
                 </div>