Sunucu yanıtını kontrol edin

Sunucu yanıtı
NS kayıtları
Whois alanı
Yanıt başlıkları
İstek başlıkları
Ham HTML kodu
200 OK - snfos.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Thu, 29 May 2025 07:34:53 GMT
Content-Type: text/html
Content-Length: 27561
Last-Modified: Thu, 25 Mar 2021 08:18:08 GMT
Connection: keep-alive
Vary: Accept-Encoding
ETag: "605c4740-6ba9"
Strict-Transport-Security: max-age=31536000
Accept-Ranges: bytes

HTTP Kodu 200 OK

200 OK, standart bir başarılı HTTP sunucu yanıtıdır. Bu, istemcinin isteğinin (örneğin, bir tarayıcıdan) başarıyla işlendiği ve sunucunun istenen verileri ilettiği anlamına gelir.

Kod 200 ne zaman kullanılır?

  • Bir web sayfası yüklenirken
  • Bir API yanıtı başarıyla alındığında
  • Bir form veya başka bir HTTP isteği işlenirken

Kod 200 kullanıcı için ne anlama gelir?

Kullanıcı içeriği hatasız alır ve sayfa veya uygulama düzgün çalışır. Kod 200'e veri eşlik ediyorsa, tarayıcı veya program bunu işler ve kullanıcıya görüntüler.

GET / HTTP/1.1
Host: snfos.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html
	PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
<html lang="en">
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<!-- <meta http-equiv="X-UA-Compatible" content="ie=edge"> -->
	<meta name="description" content="陕西金融消费纠纷调解中心" />
<meta name="keywords" content="陕西金融消费纠纷调解中心 调解中心 西安调解中心 金融消费纠纷调解中心" />
	<title>陕西金融消费纠纷调解中心</title>
</head>
<link rel="stylesheet" type="text/css" href="css/puile.css">
<link rel="stylesheet" type="text/css" href="js/Swiper-3.4.2/dist/css/swiper.min.css">
<script type="text/javascript" src="js/jquery-1.11.3.min.js"></script>
<link rel="stylesheet" type="text/css" href="kefu.css">
<script type="text/javascript" src="kefu.js"></script>
<script type="text/javascript">
	var browser = function() {
		var ua = navigator.userAgent;
		isWindowsPhone = /(?:Windows Phone)/.test(ua);
		isSymbian = /(?:SymbianOS)/.test(ua);
		isAndroid = /(?:Android)/.test(ua);

		isFireFox = /(?:Firefox)/.test(ua);

		isTablet = /(?:iPad|PlayBook)/.test(ua) || (isAndroid && !/(?:Mobile)/.test(ua)) || (isFireFox && /(?:Tablet)/.test(
			ua));
		isPhone = /(?:iPhone)/.test(ua) && !isTablet;

		isChrome = /(?:Chrome|CriOS)/.test(ua);

		isMobile = isWindowsPhone || isSymbian || isAndroid || isPhone;
		isPc = !isMobile;
		return {
			isMobile: isMobile,
			isPc: isPc
		};
	}();
	if (browser.isPc) {
		console.log('this is pc');
		//window.open("http://www.baidu.com")
	}
	if (browser.isMobile) {
		console.log('this is mobile');
		window.location.href = "http://www.snfos.com/m/index.html" + '?timestamp=' + ((new Date()).getTime() + Math.random())
	}
</script>
<style>
	/* 轮播 */
.banner {
    width: 100%;
    height: auto;
   /* margin: 76px auto; */
    position: relative;
	margin-top: 94px;
    overflow: hidden;
}

.banner .imgs1 {
    width: 100%;
    position: absolute;
    height: auto;
    left: 0px;
    top: 0px;
}
.banner .imgs1 img {
    width: 100%;
    height: auto;
}

.banner .imgs1 li {
    float: left;
}

.banner .num {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0px;
    text-align: center;
    font-size: 0px;
}

.banner .num li {
    width: 10px;
    height: 10px;
    background-color: #888;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 3px;
    cursor: pointer;
}

.banner .num li.on {
    background-color: #3ca023;
}

.banner .btn {
    width: 30px;
    height: 50px;
    background-color: #808080;
    opacity: 0.5;
    /* filter:alpha(opacity:0.5); */
    position: absolute;
    top: 50%;
    /* margin-top:-25px; */
    /* cursor:pointer; */
    text-align: center;
    line-height: 50px;
    font-size: 40px;
    color: #fff;
    font-family: "宋体";
    display: none;
}

.banner .btn_l {
    left: 0px;
}

.banner .btn_r {
    right: 0px;
}

.banner:hover .btn {
    display: block;
}
/* 机构介绍 */
.organ{
    width: 100%;
    height: 540px;
    background: url(images/425.jpg) 50% 50%;
    background-size: cover;
    position: relative
}
.organ .organ_text{
    width: 100%;
    height: 206px;
    position: absolute;
    top: 28%;
    left: 15%;
}
.organ .organ_text p{
    color: #6F6F6F;
    width:76%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    line-height: 30px;
}
.organ .organ_text p em{
    color: #333333;
    font-weight: bold;
    font-size: 18px;
}
.organ .organ_more{
    position: absolute;
    top: 73%;
    left: 47%;
}
.organ .organ_more img{
    display:block;
    margin-left: 15px;
    margin-bottom: 15px
}
.organ a{
    color: #49875A;
}
/* 六大优势 */
.sixgood{
    width: 100%;
    position: relative;
}
.sixgood img {
	width: 100%;
	height: 100%;
}
/* 常见问题 */
.problem{
    width: 100%;
    height: 550px;
}
.problem_toptext{
    text-align: center;
    /* font-family: MicrosoftYaHei; */
    font-size: 28px;
    padding-top: 52px;
    padding-bottom: 40px;
	font-weight: bold;
}
.problem_toptext div{
    font-size: 20px;
}
.problem_toptext p{
    width: 167px;
    line-height: 23px;
    font-size: 10px;
    background: #49875A;
    margin: 5px auto;
    color: #ffffff;
}
.problem .problem_fq{
    width: 1400px;
    height: 280px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.problem .problem_fq .tu1{
    width: 1400px;
    line-height: 280px;
    display:table-cell;
    position: absolute;
    top: 100px;
}
.problem .problem_fq .long a{
    display: block;
    width: 280px;
    height: 280px;
    float: left;
}
.problem .problem_fq .long a img{
    position: absolute;
    top: 50px;
}
.problem .problem_fq  a .tu2{
    left: 89px;
}
.problem .problem_fq  a .tu3{
    left: 367px;
}
.problem .problem_fq  a .tu4{
    left: 645px;
}
.problem .problem_fq  a .tu5{
    left: 924px;
}
.problem .problem_fq  a .tu6{
    left: 1202px;
}
.problem .problem_fq .long a p{
    position: absolute;
    bottom: 60px;
    width: 200px;
    height: auto;
    text-align: center;
    margin-left: 35px;
}
.problem .problem_fq .long a .p5{
    margin-left: 45px;
    bottom: 80px;
}
.problem .problem_fq_input{
    margin-top: 15px;
    text-align: center;
}
.problem .problem_fq_input p {
    font-size: 22px;
    font-weight: 800;
}
.problem .problem_fq_input .inputs{
    margin-top: 25px;
}
.problem .problem_fq_input input{
    width: 900px;
    height: 52px;
    border: 2px solid #6EB03F;
}
.problem .problem_fq_input button{
    height: 54px;
    width: 100px;
    background: #6CAF3C;
    border: 0;
    font-size: 18px;   
    margin-left: 8px;
    color: #ffffff;
}
/* 经典案例 */
.case{
    /* width: 100%; */
    height: auto;
    background: #F4F4F4;
    padding-bottom: 20px;
    position: relative;
}
.case .case_lunbo{
    
	width: 70%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.swiper2 img {
	width: 100%;
}
.case_lunbo a{
    display: block;
    width: 71%;
    height: 270px;
    padding: 15px 15px 20px 15px;
    background: #ffffff;
    margin-left: 48px;
}
.swiper-wrapper a p{
    font-size: 14px;
    color: #888888;
    margin-top: 8px;
}
.swiper-wrapper a h3{
    font-size: 18px;
    margin: 10px 0;
    font-weight: normal;
}
.swiper-wrapper a span{
    font-size: 12px;
    color: #888888;
}
.banner .swiper-container  {
    /* border: 1px solid #6EB03F; */
    width: 100%;
}
.banner .swiper-container .swiper-slide  {
    width: 100% !important;
    height: 500px !important;
}
.banner .swiper-container .swiper-slide img {
    width: 100%;
    height: 500px;
}
.case_lunbo .swiper2 .swiper-slide {
	width: 34%!important;
	margin: 0px !important;
}

/* 友情链接 */
.ship{
    width: 100%;
    height: 360px;
}
/* 小轮播两边 */
.swiper-container{
    position: static !important;
}
.swiper-container .swiper-button-next{
    right: 12%;
    top: 57%;
}
.swiper-container .swiper-button-prev{
    left: 15%;
    top: 57%;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 20px;
}
/* 首页查询弹框 */
.mask {

width: 100%;
height: 100%;
position: fixed;
z-index: 999999999999;
background: rgba(0, 0, 0, 0.5)
}

.mask_content {
background: white;
width: 1000px;
height: 600px;
position: absolute;
/* position: fixed; */
margin: auto;
top: 0;
left: 0;
bottom: 0;
right: 0;
border-radius: 5px;
}
.mask_content  .biaoge .close{
    width: 30px;
}
.biaoge {
width: 1000px;
height: 450px;
overflow-y:scroll;
}

table {
width: 800px;
/* height: 480px; */
border: 1px solid #68ac3c;
margin: 30px auto;
border-collapse: collapse;
color: #666666;
z-index: 99;

}

table th {
border: 0px;
font-size: 18px;
font-weight: 300;
color: #3A7F49;
}

table tr {
border: 1px solid #cccccc;
}

table tr:first-child{
    color: #3A7F49;
}
/* table tr:last-child {
color: #3A7F49;
} */
/* table tr:first-child td:first-child{
/* color: #3A7F49; */
/* } */ 

table td {
font-size: 12px;
border: 0px;
}

table tr td:nth-of-type(1) {
text-align: center;

}

table tr td:nth-of-type(3) {
padding-left: 20px;

}

table tbody img {
    display: block;
    width: 15px;
    /* height: 34px; */
    /* margin: 5px auto; */

}
.close{
    width: 35px;
    height: 35px;
    margin: 5px auto;
    display: block;
}
.tele {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	
}
</style>
<body>
<div class="scrollsidebar" id="scrollsidebar">
<div class="side_content">
<div class="side_list" style="display:none;">
<p><a href="http://www.snfos.com/newdetails.html?data=5242521d2d024deea3290584f1c8eb28"><img src="zp.png" width="100" /></a></p>

</div>

</div>
</div>
	<div class="content">
		<!-- 查询弹框 -->
		<div id="mask" class="mask" style="display:none ;">
			<div class="mask_content">
				<div class="biaoge">
					<table border="1" cellspacing="0">
						<tr height="40" valign="top" style="    line-height: 35px;">
							<td width="150">时间</td>
							<td width="0" id="p" style="font-size: 34px; color:  #cccccc;"></td>
							<td width="600" style="text-align: center;">案件申请进度</td>

						</tr>
						<tr v-for="item in list">
							<td>{{item.createTime1}}</td>
							<td id="t3"><img src="images/center_block.png"></td>
							<td>{{item.sheetContent}}</td>
						</tr>
					</table>
				</div>
				<img class="close" src="images/close.png" alt="">
			</div>
		</div>
		<!-- 头部 -->
		<div class="top">
			<div class="topimg">
				<img src="images/logo.png">
			</div>

			<div class="nav">
				<ul>
					<li><a href="index.html" style="color: #568F63;">首页</a></li>

					<li><a href="aboutus.html">关于我们</a></li>

					<li><a href="guide.html">调解指南</a></li>

					<li><a href="mediator.html">调解员</a></li>

					<li><a href="service.html">服务范围</a></li>

					<li><a href="case.html">典型案例</a></li>

					<li><a href="newshow.html">新闻</a></li>

					<li><a href="law.html">法律法规</a></li>

					<li><a href="weiquan.html">维权热线</a></li>
				</ul>
			</div>
			<div class="times">
				<div class="tday">
					<span id="year"></span>
					<span id="month"></span>
					<span id="date"></span>
				</div>
				<div class="xinqin">
					<span id="day"></span>
				</div>
			</div>
		</div>
		<!-- 轮播 -->
		<div class="banner">
			<div class="swiper-container swiper1">
				<div class="swiper-wrapper" id="swip2">
					<!-- <div class="swiper-slide" style="background: url('images/banner1.png') no-repeat center;  background-size: cover;">
                            </div>
                            <div class="swiper-slide" style="background: url('images/banner2.png') no-repeat center;  background-size: cover;">
                            </div>
                            <div class="swiper-slide" style="background: url('images/banner3.png') no-repeat center;  background-size: cover;">
                            </div> -->
				</div>
				<div class="swiper-pagination"></div>
			</div>
		</div>
		<!-- 中心简介 -->
		<div class="organ">

			<div class="organ_text">

				<p><em>陕西金融消费纠纷调解中心</em>为构建多元化金融消费纠纷解决机制,维护金融消费者和金融机构的合法权益,按照中国人民银行关于开展金融消费纠纷非诉第三方调解组织试点工作要求,经陕西省民政厅许可并登记,陕西金融消费纠纷调解中心(以下简称“调解中心”)于2015年6月30日正式成立。
					调解中心的主要业务范围包括:1、调解和评议金融消费纠纷;2、协助金融机构处理投诉案件;3、指导金融消费者依法维权;4、开展金融消费权益保护领域的金融知识宣传、教育、培训、咨询、研究与交流。
					依据章程,调解中心调处成员金融机构与其客户之间的民事纠纷。调解过程不向金融消费者收取任何费用。截止2018年8月底,调解中心共有成员机构90余家,涵盖银行、证券、保险、信托、第三方支付、财务公司、基金管理公司等。
					目前,调解中心拥有5名专职调解员和89名兼职调解员,分别来自高校、研究所、律师事务所、监管机构、金融机构的资深法律和金融专家,为消费者与金融机构之间因购买、使用金融产品或接受金融服务产生的民事纠纷提供公平、专业、高效、经济的一站式调处服务。
					调解中心积极发挥其专业性、独立性、中立性的优势,贯彻以“和”为贵、定纷止争的核心理念,在各方自愿的基础上,依照法律法规,根据公平、合理、保密的原则进行调解与评议,达到保护金融消费者和金融机构合法权益、维护金融稳定、促进社会和谐的目的。
					在全社会的大力支持下,调解中心将一如既往地以提高金融消费纠纷调处服务水平为着力点,将事后的金融纠纷调处与事前的金融教育相结合,不断拓展法律援助等领域,满足金融消费者和金融业者日益增长的纠纷解决需求,力争成为金融监管部门、金融机构与金融消费者之间的桥梁与纽带,优化陕西省的金融生态环境,为“三个陕西建设”添砖加瓦。</p>
			</div>
			<a href="aboutus.html" target="_blank">
				<div class="organ_more">
					<img src="images/21.png">
					查看更多
				</div>
			</a>
		</div>
		<!-- 六大优势 -->
		<div class="sixgood">
			<img src="images/sixgood.png" >
		</div>
		<!-- 常见问题 -->
		<div class="problem">
			<div class="problem_toptext" style="padding-bottom:0">
				<div>常见<strong style="color: #49875A; float: none; font-weight: bold;">问题</strong></div>
				<p>COMMON PROBLEM</p>
			</div>
			<div class="problem_fq">
				<div class="long">
					<img src="images/x 1.png" alt="" class="tu1">
					<a href="FAQ.html">
						<img src="images/_01.png" alt="" class="tu2">
						<p>发生金融消费纠纷,谁有资格向中心提出申诉?</p>
					</a>
					<a href="FAQ.html">
						<img src="images/_02.png" alt="" class="tu3">
						<p>发生金融消费纠纷,能否直接向中心提出申诉?</p>
					</a>
					<a href="FAQ.html">
						<img src="images/_03.png" alt="" class="tu4">
						<p>若向中心提出申诉,中心会不会拒绝受理?</p>
					</a>
					<a href="FAQ.html">
						<img src="images/_04.png" alt="" class="tu5">
						<p class="p5">如何向中心提出申诉?</p>
					</a>
					<a href="FAQ.html">
						<img src="images/_05.png" alt="" class="tu6">
						<p>中心受理的金融消费纠纷争议为何?</p>
					</a>
				</div>
			</div>
			<div class="problem_fq_input">
				<p> <a href="guide.html"><button style="
				background: #49875A;
    border-radius: 9px;
    color: #ffffff;
    text-align: center;
    border: 0;
    font-size: 23px;
    width: 14%
	" >我要申请</button></a></p>
				<div class="inputs" style="display:none;">
				案件进度查询
					<input type="text" placeholder="请输入您的手机号进行查询" id="proposerPhone" style="text-indent: 20px;">
					<button id="find">查询</button>
				</div>
			</div>
		</div>
		<!-- 典型案例 -->
		<div class="case">
			<div class="problem_toptext">
				<div class="dianxin">典型<strong style="color: #49875A; float: none; font-weight: bolder;">案例</strong></div>
				<p>CLASSIC CASE</p>
			</div>
			<div class="case_lunbo">
				<div class="swiper-container swiper2">
					<div class="swiper-wrapper" id="content1">
						<!--                         
                        <div class="swiper-slide" v-for="item in list">
							<a :href="getGoodsHref(item.classiccaseId)" target="_blank">
                            <img :src="item.classiccaseImgpath == null ? 'images/400.png':item.classiccaseImgpath" onerror="this.src='images/400.png'">
                                <div>
                                    <p>{{item.createTimeDate}}</p>
                                    <h3>{{item.classiccaseHeadline}}</h3>
                                   
                                    <div></div>
                                </div>
							</a>
                        </div> -->

					</div>
					<div class="swiper-pagination"></div>
					<div class="swiper-button-next"></div>
					<div class="swiper-button-prev"></div>
				</div>
			</div>
		</div>
		<!-- 友情链接 -->
		<div class="">
		 <!--	<div class="problem_toptext">
				<div>友情链接</strong></div>
				<p>CLASSIC CASE</p>
			</div>
			-->
			<div class="link" style="height:88px;">
				<!-- <div class="links">
					<div class="links1">
						<img src="" >
					</div>
				</div> -->
				<div class="yy" id="yy">
					<div class="zizi" id="zizi">  
				
							  <a href="http://tiaojie.court.gov.cn/" target="_black"><img class="img4" src="images/人民法院调解平台.png" title="人民法院调解平台"
							 style="style=" width: 230px;height: 30px;" /></a> 
						<a href="http://xian.pbc.gov.cn/" target="_black"><img class="img4" src="images/中国人民银行西安分行.png" title="中国人民银行西安分行"
							 style="width: 220px;" /></a>
						<a href="http://sft.shaanxi.gov.cn/" target="_black"><img class="img4" src="images/陕西省司法厅.png" title="陕西省司法厅"
							 style="width: 135px;" /></a>
						<a href="http://www.cbirc.gov.cn/ybjhsj/shaanxi/index.html" target="_black"><img class="img4" src="images/中国银行保险监督管理委员会.png"
							 title="中国银行保险监督管理委员会" style="width:300px;" /></a>
						<a href="http://sxfy.chinacourt.gov.cn/index.shtml" target="_black"><img class="img4" src="images/陕西法院网.png"
							 title="陕西法院网" style="width:130px;" /></a>
						<a href="http://www.gcfcp.org" target="_black"><img class="img4" src="images/广东省金融消费权益保护联合会.png" title="广东省金融消费权益保护联合会"
							 style="style=" width: 230px;height: 30px;" /></a>
					    <a href="http://www.fcosc.org/FM/web/index.html#/launch" target="_black"><img class="img4" src="images/中国金融消费纠纷调解网.png" title="中国金融消费纠纷调解网"
							 style="style=" width: 230px;height: 30px;" /></a>  
							 
						<!-- <a href="##"><img class="img4" src="images/中信银行.png" title="中信银行" width="125" height="30"/></a>
                        <a href="##"><img class="img4" src="images/北京银行.png" title="北京银行" width="128" height="30"/></a>
                        <a href="##"><img class="img4" src="images/华夏银行.png" title="华夏银行" width="131" height="30"/></a>
                        <a href="##"><img class="img4" src="images/交通银行.png" title="交通银行" width="130" height="30"/></a>
                        <a href="##"><img class="img4" src="images/招商银行.png" title="招商银行" width="126" height="30"/></a>
                        <a href="##"><img class="img4" src="images/兴业银行.png" title="兴业银行" width="152" height="30"/></a>      -->
					</div>
				</div>
			</div>
		</div>
	</div>
</body>
</html>
<script language="javascript" type="text/javascript" src="js/jquery.min.js"></script>
<script src="js/jquery-1.11.0.min.js" type="text/javascript"></script>
<script src="js/Footer.js" type="text/javascript"></script>
<script src="js/vue.js" type="text/javascript" charset="utf-8"></script>
<script src="js/common.js" type="text/javascript" charset="utf-8"></script>
<script src="js/Swiper-3.4.2/dist/js/swiper.min.js"></script>
<!-- 友情链接轮播 -->
<script>
	$(function() {
		time()
	})
	
	$(function() {
		// 首页banner轮播
		$.ajax(AJAX_URL + 'appStaff/getDotimage', {
			data: {
				dotimageLocation: 1,
				dotimageCategory: 1
			},
			dataType: 'json', //服务器返回json格式数据
			type: 'post', //HTTP请求类型
			timeout: 10000, //超时时间设置为10秒;
			success: function(ret) {
				console.log(ret.data)
				if (ret.data.length > 0) {
					var content2html = "";
					$.each(ret.data, function(index, value) {
						
						var obj = jQuery.parseJSON(JSON.stringify(value));
						console.log(obj.dotimageImgpath);
						var ht = '<div class="swiper-slide" style="background: url('+ obj.dotimageImgpath +') no-repeat center;  background-size: cover;"></div>';
						
								
						content2html = content2html + ht;
						
					});
					// console.log(content1html);
					$("#swip2").html(content2html)
				}
				var Swiper1 = new Swiper('.swiper1', {
					autoplay: 3000, //可选选项,自动滑动
					pagination: {
						el: '.swiper-pagination',
					},
					paginationClickable: true,
					observer: true, //修改swiper自己或子元素时,自动初始化swiper
					observeParents: true, //修改swiper的父元素时,自动初始化swiper
				})
			},
			error: function(xhr, type, errorThrown) {
				var dd ='<div class="swiper-slide"><img src="images/banner1.png"></div><div class="swiper-slide"><img src="images/banner2.png"></div><div class="swiper-slide"><img src="images/banner3.png"></div>'

				// var dd ='<div class="swiper-slide" style="background: url('images/banner1.png') no-repeat center;  background-size: cover;"></div><div class="swiper-slide" style="background: url('images/banner2.png') no-repeat center;  background-size: cover;"></div><div class="swiper-slide" style="background: url('images/banner3.png') no-repeat center;  background-size: cover;"></div>'
				$("#swip2").append(dd)
				var Swiper1 = new Swiper('.swiper1', {
					autoplay: 3000, //可选选项,自动滑动
					pagination: {
						el: '.swiper-pagination',
					},
					paginationClickable: true,
					observer: true, //修改swiper自己或子元素时,自动初始化swiper
					observeParents: true, //修改swiper的父元素时,自动初始化swiper
				})
			}
		});




		//     vn = new Vue({
		//         el: '#content1',
		//         data: {
		//             list: [],
		//         }
		//         ,
		//         methods: {
		//             getGoodsHref: function(val) {
		//                 return 'casedetails.html?data=' + val
		//             }
		//         }

		//     })
		$.ajax(AJAX_URL + 'appStaff/getClassiccaseList', {
			data: {

			},
			dataType: 'json', //服务器返回json格式数据
			type: 'post', //HTTP请求类型
			timeout: 5000, //超时时间设置为10秒;
			success: function(res) {
				//  console.log(res.data)
				// vn.list = res.data.list
				var content1html = "";
				$.each(res.data.list, function(index, value) {
					// console.log(index);
					var obj = jQuery.parseJSON(JSON.stringify(value));

					if (obj.classiccaseImgpath == null) {
						obj.classiccaseImgpath = "images/400.png"
					}
					var ht = '<div class="swiper-slide"><a href="casedetails.html?data=' + obj.classiccaseId +
						'" target="_blank"><img width="381" height="180" src="' + obj.classiccaseImgpath + '"><div><p>' + obj.createTimeDate +
						'</p><h3 class="tele">' + obj.classiccaseHeadline + '</h3> <div></div></div></a></div>';
					content1html = content1html + ht;
					// console.log(obj.classiccaseHeadline);
				});
				// console.log(content1html);
				$("#content1").html(content1html)
				//  经典案例轮播

				var swiper2 = new Swiper('.swiper2', {
					pagination: '.swiper-pagination',
					slidesPerView: 3,
					paginationClickable: true,
					spaceBetween: 30,
					autoplay: 3000,
					prevButton: '.swiper-button-prev',
					nextButton: '.swiper-button-next',
					initialSlide: 0
				});
			},
			error: function(xhr, type, errorThrown) {
				console.log(2)
			}
		});
	})


	var Swiper1 = new Swiper('.swiper1', {
		autoplay: 3000, //可选选项,自动滑动
		pagination: '.swiper-pagination',
		observer: true, //修改swiper自己或子元素时,自动初始化swiper
		observeParents: true, //修改swiper的父元素时,自动初始化swiper
	})
	// 友情链接
	window.onload = function() {
		play();
	}

	function play() {
		let left = 20;
		setInterval(() => {
			left--;
			if (left <= -1300) {
				left = 0
			}
			document.getElementById('zizi').style.left = left + "px";
		}, 30)
	}

	// 查询弹框
	$(function() {
		vn = new Vue({
			el: '.mask',
			data: {
				list: [],
			},
			methods: {
				getGoodsHref: function(val) {
					return 'medtails.html?data=' + val
				}
			}

		})
		$("#find").click(function(e) {
			// $("#proposerPhone").val() = $("#proposerPhone").val()
			var test = $("#proposerPhone").val()
			// var mask = $('.mask')	
			if (test == '') {
				alert("请填写查询内容")
			} else {
				//发送数据请求

				$.ajax(AJAX_URL + 'appStaff/getappealList', {
					data: {
						proposerPhone: test
					},
					dataType: 'json', //服务器返回json格式数据
					type: 'post', //HTTP请求类型
					timeout: 5000, //超时时间设置为10秒;
					success: function(res) {
						console.log(res)

						if (res.data == "" || res.data == undefined) {
							alert("此用户暂无数据")
						} else {
							$("#mask").toggle()
							vn.list = res.data
						}
					},
					error: function(xhr, type, errorThrown) {
						console.log('访问失败')
					}
				});
			}
		})
	})

	// 关闭查询弹框
	$(function() {
		$('.close').click(function(e) {
			$("#mask").toggle()
		})
	})

	//  经典案例轮播 

	// var swiper2 = new Swiper('.swiper2', {
	//     pagination: '.swiper-pagination',
	//     slidesPerView: 3,
	//     paginationClickable: true,
	//     spaceBetween: 30,
	//     autoplay: 3000,
	//     prevButton:'.swiper-button-prev',
	//     nextButton:'.swiper-button-next',
	//     initialSlide :0
	// });
	// 交互
	// $(function() {
	//     vn = new Vue({
	//         el: '.content',
	//         data: {
	//             list: [],
	//         }
	//         ,
	//         methods: {
	//             getGoodsHref: function(val) {
	//                 return 'casedetails.html?data=' + val
	//             }
	//         }

	//     })
	//     $.ajax(AJAX_URL+'appStaff/getClassiccaseList',{
	//         data:{

	//         },
	//         dataType:'json',//服务器返回json格式数据
	//         type:'post',//HTTP请求类型
	//         timeout:5000,//超时时间设置为10秒;
	//         success:function(res){
	//             console.log(res)
	//             vn.list = res.data.list

	//         },
	//         error:function(xhr,type,errorThrown){
	//             console.log(2)
	//         }
	//     });
	// })
</script>
                               

Alan adının whois bilgisi

Domain Name: SNFOS.COM
Registry Domain ID: 2433756216_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.hichina.com
Registrar URL: http://www.net.cn
Updated Date: 2024-08-19T02:29:48Z
Creation Date: 2019-09-16T02:14:58Z
Registry Expiry Date: 2026-09-16T02:14:58Z
Registrar: Alibaba Cloud Computing (Beijing) Co., Ltd.
Registrar IANA ID: 420
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +86.95187
Domain Status: ok https://icann.org/epp#ok
Name Server: DNS13.HICHINA.COM
Name Server: DNS14.HICHINA.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-29T07:34:48Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass