Commit 5c63779c authored by hujun's avatar hujun

show_file

parent 2c686aa0
......@@ -96,6 +96,10 @@ class SNews extends BaseModel
$data['annex_file_path'] = CURRENT_URL . 'static/business_school_file/' . $file[0]['annex_file_name'];
}
foreach ($file as $k=>$v) {
$file[$k]['show_file'] = 'static/business_school_file/'.$v['file_name'];
}
$data['file'] = $file;
$data['cover_plan'] = CK_IMG_URL . 'images/' . $data['cover_plan'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment