lvhao 1 mês atrás
pai
commit
87b26a2f55
1 arquivos alterados com 1 adições e 1 exclusões
  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."'>";
 						}
 						
 				}