lvhao 12 時間 前
コミット
017f7b2ecb
1 ファイル変更1 行追加1 行削除
  1. 1 1
      core/CoreApp/controllers/Registration.php

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

@@ -195,7 +195,7 @@ class Registration 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/','http://a.wepolicy.cn/','/img/thumb?src='),'',$v);
 				$url = explode('&',$url);
 				$url = $url[0];
 			    $img .= "<img src='".site_url('img/thumb')."?src=".$url."&w=150&h=150' 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>";