lvhao 3 settimane fa
parent
commit
1d831b0a81
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      core/CoreApp/controllers/Color.php

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

@@ -310,7 +310,7 @@ class Color extends Start_Controller {
 			}
 			else if($v != '')
 			{
-			   $url = str_replace(array('http://'.$_SERVER['HTTP_HOST'],'http://erp.hnwmzp.cn','https://erp.hnwmzp.cn','http://1.wepolicy.cn/','https://1.wepolicy.cn/','/img/thumb?src='),'',$v);
+			   $url = str_replace(array('http://'.$_SERVER['HTTP_HOST'],'http://erp.hnwmzp.cn','https://erp.hnwmzp.cn','http://1.wepolicy.cn','https://1.wepolicy.cn','/img/thumb?src='),'',$v);
 				$url = explode('&',$url);
 				$url = $url[0];
 			    $img .= '<span class="deldata"><a href="'.$url.'" target="_blank">'."<img src='".site_url('img/thumb')."?src=".$url."&w=500&h=500' data-src='".$v."'></a>"."<em style='width:30px;height:30px;line-height:30px;text-align: center;display: inline-block;position: absolute;top: 0px;right: 20px;z-index: 10;background-color: #FFF;cursor: pointer;' title='点击删除'>X</em></span>";