lvhao 1 개월 전
부모
커밋
87b26a2f55
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/CoreApp/controllers/Color.php

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

@@ -620,7 +620,7 @@ class Color extends Start_Controller {
 						}
 						else if($v != '')
 						{
-							$img_list[] = "<img width='70' src='".site_url('img/thumb')."?src=".str_replace(array('http://'.$_SERVER['HTTP_HOST'],'http://erp.hnwmzp.cn','https://erp.hnwmzp.cn','http://1.wepolicy.cn/','/img/thumb?src='),'',$v)."&w=100&h=50' data-src='".$v."'>";
+							$img_list[] = "<img width='70' src='".site_url('img/thumb')."?src=".str_replace(array('http://'.$_SERVER['HTTP_HOST'],'http://erp.hnwmzp.cn','https://erp.hnwmzp.cn','http://1.wepolicy.cn/','/img/thumb?src='),'',$v)."' data-src='".$v."'>";
 						}
 						
 				}