Commit dd77fe17 authored by zhuwei's avatar zhuwei

bug

parent 5fa86e5e
......@@ -1051,7 +1051,7 @@ class HouseService
$result_[$k]['upload_name'] = $v['upload_name'];
$result_[$k]['upload_phone'] = $v['upload_phone'];
$result_[$k]['video_image'] = $v['video_image'] ? $internet_path . $v['video_image'] : '';
$result_[$k]['video_path'] = $v['video_path'] ? $internet_path . $v['video_path'] : '';
$result_[$k]['video_path'] = $v['video_name'] ? $internet_path . $v['video_name'] : '';
$result_[$k]['create_time'] = $v['create_time'];
$result_[$k]['check_time'] = $v['check_time'];
}
......
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