Эх сурвалжийг харах

Merge branch 'master' of http://git.bocai108.com:10180/aqm/sports_admin

彭俊 6 жил өмнө
parent
commit
341ee6f1e8

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

@@ -111,8 +111,8 @@
     </script>
 
     <script type="text/html" id="totime">
-      @{{#if(d.match_time!=null){ }}
-        <span>@{{ d.match_time}}</span>
+      @{{#if(d.start_time!=null){ }}
+        <span>@{{ d.start_time}}</span>
       @{{#} }}
     </script>
 
@@ -139,13 +139,13 @@
     </script>
 
     <script type="text/html" id="statusmatch">
-      @{{#if(d.status==1){ }}
+	@{{#if(d.status==0){ }}
         <span>未开始</span>
       @{{#} }}
-      @{{#if(d.status==2){ }}
+      @{{#if(d.status==1){ }}
         <span>进行中</span>
       @{{#} }}
-      @{{#if(d.status==3){ }}
+      @{{#if(d.status==2){ }}
         <span>已结束</span>
       @{{#} }}
     </script>