|
@@ -109,7 +109,7 @@ class Goodimglibrary extends Start_Controller {
|
|
|
$img = [];
|
|
$img = [];
|
|
|
}
|
|
}
|
|
|
foreach($img as $k => $v){
|
|
foreach($img as $k => $v){
|
|
|
- $img[$k] = str_replace('http://lyerposs.wepolicy.cn', '', $v);
|
|
|
|
|
|
|
+ $img[$k] = str_replace($this->show_url, '', $v);
|
|
|
}
|
|
}
|
|
|
$info = $this->db->get_where('crowd_goods',array('id'=>$id))->row_array();
|
|
$info = $this->db->get_where('crowd_goods',array('id'=>$id))->row_array();
|
|
|
$images = $this->goodimgs->find("goods_id = ".$id);
|
|
$images = $this->goodimgs->find("goods_id = ".$id);
|