lvhao 1 روز پیش
والد
کامیت
d8ddf8e88b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      core/CoreApp/controllers/Goodimglibrary.php

+ 1 - 1
core/CoreApp/controllers/Goodimglibrary.php

@@ -109,7 +109,7 @@ class Goodimglibrary extends Start_Controller {
                 $img = [];
             }
             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();    
             $images = $this->goodimgs->find("goods_id = ".$id);