Explorar el Código

去除登录横幅

ljj hace 7 años
padre
commit
8ba19af1cf
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      html/home/html/login.html

+ 4 - 4
html/home/html/login.html

@ -36,9 +36,9 @@
	</div>
</div>-->
<div class="main">
    <div class="bgc-fa8888 ptb10 plr10">
    <!-- <div class="bgc-fa8888 ptb10 plr10">
        <span class="c-f14 c-fff">已签约居民可直接使用身份证号及默认密码登录</span>
	</div>
	</div> -->
	<div class="tabox">
			<div class="tabcontent fc " name="fastLogin"><span class="activeTab">手机号快捷登录</span></div>
			<div class="tabcontent fc" name="passwordLogin"><span>账号密码登录</span></div>
@ -122,8 +122,8 @@
	var dd = dialog({contentType:'load', skin:'bk-popup', content:'登录中...'});
	var Request = new Object();
	Request = GetRequest();
	var openid = Request["openid"];
	var type = Number(Request["type"]);
	var openid = Request["openid"] || '123456';
	var type = Number(Request["type"]) || 4;
	var mobile1 = Request["mobile"];
	var idcard = Request["idcard"];
	var clock = "";