浏览代码

异常处理

彭俊 6 年之前
父节点
当前提交
f6837118aa
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Application/Sports/Controller/ResultMatch.php

+ 1 - 0
Application/Sports/Controller/ResultMatch.php

@@ -64,6 +64,7 @@ class ResultMatch extends Controller{
                 foreach($match_result_league as $k=>$v){
                     foreach($match_result_match as $kk=>$vv){
                         if($v['league_id'] == $vv['league_id']){
+                            $vv['play_data'] = \json_decode($vv['play_data'],true);
                             $v['match_data'][] = $vv;
                         }
                     }