Commit c16ef816 authored by hujun's avatar hujun

file url

parent 6519e9df
...@@ -60,7 +60,7 @@ class Sublet extends Basic ...@@ -60,7 +60,7 @@ class Sublet extends Basic
$m_sublet_img = new SubletImgModel(); $m_sublet_img = new SubletImgModel();
foreach ($data as $key => $item) { foreach ($data as $key => $item) {
$data[$key]["user_phone"] = substr_replace($item["user_phone"], '****', 3, 4); $data[$key]["user_phone"] = substr_replace($item["user_phone"], '****', 3, 4);
$data[$key]["img_path"] = CK_IMG_URL; $data[$key]["img_path"] = CK_IMG_URL . 'images/';
$data[$key]["img_arr"] = $m_sublet_img->getSubletImg("file_name,sublet_id,type,status", ["sublet_id" => $item["id"], "status" => 0]); $data[$key]["img_arr"] = $m_sublet_img->getSubletImg("file_name,sublet_id,type,status", ["sublet_id" => $item["id"], "status" => 0]);
} }
......
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