作者 lyh

gx

@@ -34,7 +34,7 @@ class TutorialController extends BaseController @@ -34,7 +34,7 @@ class TutorialController extends BaseController
34 $lists = $tutorial->lists($this->map,$this->page,$this->row,$this->order); 34 $lists = $tutorial->lists($this->map,$this->page,$this->row,$this->order);
35 if(!empty($lists) && !empty($lists['list'])){ 35 if(!empty($lists) && !empty($lists['list'])){
36 foreach ($lists['list'] as $k => $v){ 36 foreach ($lists['list'] as $k => $v){
37 - $v['download_url'] = url('b/file_manager_downLoad?path='.$v['path']); 37 + $v['download_url'] = url('b/file_manager_downLoad?path='.$v['url']);
38 $lists['list'][$k] = $v; 38 $lists['list'][$k] = $v;
39 } 39 }
40 } 40 }