$house['esfid']))}"  datatitle="预约看房">预约看房
$().((e){
   usertel=.(usertel)(!usertel){
      e.()domain=...(domain)..=+domain+}
})

/**
     * 提示
     * @param int $types
     * @param string $error_str
     * @param $url
     */
    public static function alert_error($types = 1,$error_str = '非法操作',$url){
        $str_msg = $error_str ;
        switch ($types){
            Case 1;
                echo "alert('".$str_msg."');history.back();";
                exit;
            Case 2;
                echo("alert('".$str_msg."');self.location='".$url."';");
                exit;
            Case 3;

                echo("alert('".$str_msg."');window.close();");
                exit;
            Case 4;
                echo("alert('".$str_msg."');");
                exit;
            Case 5;
                echo("alert('".$str_msg."');top.location='".$url."';");
                exit;
            Case 6;
                echo("alert('".$str_msg."');self.location.reload();");
                exit;
 
           Case 16;
                echo("alert('".$str_msg."');window.opener.parent.location.reload();self.close()");
                exit;
            Case 17;
                echo("window.opener.parent.location.reload();self.close()");
                exit;
            Case 18;
                echo("window.close();");
                exit;
            Case 19;
                echo("alert('".$str_msg."');win
dow.opener.location='".$url."';window.close();");
                exit;
            Case 7;
                echo("top.location='".$url."';");
                exit;
            Case 8;
                echo("top.leftFrame.location.reload();alert('".$str_msg."');self.location='".$url."';");
                exit;
            Case 9;
                echo("alert('".$str_msg."');parent.location='".$url."';");
                exit;
      
      Case 10;
                echo("self.location='".$url."';");
                exit;
            Case 11;
                echo("alert('".$str_msg."'); window.opener.location.reload(); window.close(); ");
                exit;
            Case 12;
                echo("alert('".$str_msg."'); window.close(); ");
                exit;
            Case 13;
                echo("top.location.reload();")
;
                exit;
            Case 14;
                echo("parent.location.reload();");
                exit;
            Case 15;
                echo("parent.location=top.location.href;");
        }

    }