Commit 4ad91b69 authored by hujun's avatar hujun

图片路径修改

parent e4222f6a
......@@ -97,7 +97,6 @@ class GHouses extends BaseModel
$data['fee_rule'] = empty($data['fee_rule'])? "" : $data['fee_rule'];
if ($app == 0) {
foreach ($img_data as $k => $v) {
$v->img_name = CK_IMG_URL . 'images/' . $v->img_name;
switch ($v->img_type) {
case 1 :
$data['cover'] = $v->img_name;
......
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