xuguohong

dabaisha

No preview for this file type

5.9 KB | W: | H:

13.9 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
......@@ -385,6 +385,7 @@
that.$c.on('click', '[type=submit],.submit', function(e) {
var passWordReg = /^[0-9a-zA-Z]+$/;
var ua = navigator.userAgent.toLowerCase();
e.preventDefault();
if(/[A-Z]/.test(that.$c.find("input[name='username']").val())){
Core.showTips("账号不能有大写字母!");
......@@ -402,6 +403,10 @@
if (that.$c.find('[name="username"]').val() == that.$c.find('[name="old_usernmae"]').val() && window.android != undefined && window.android.screenShot != undefined ){
window.android.screenShot();
}
//ios截屏方法
/*if(that.$c.find('[name="username"]').val() == that.$c.find('[name="old_usernmae"]').val() && /iphone|ipad|ipod/.test(ua) && window.screenShot != undefined){
screenShot();
}*/
$(this).attr("disabled",true);
$(this).css({"background":"#999"});
$(this).parent("li").css({"background":"#999"});
......
......@@ -438,7 +438,9 @@
<a class="btn btn-bind" href="#modify_pwd">马上升级</a>
</div>
</div>
{{? Core.Data.kefu_info != ""}}
<p style="text-align: center;font-size: 20px; color: #949494; position: absolute; width: 100%; bottom: 10px;left:0;">{{=Core.Data.kefu_info[0]}}</p>
{{?}}
</div>
{{?? Core.Data.is_guest == 2}}<!--1:游客登录;2:第三方登录;0:正式用户登录-->
<div class="user-center-box">
......@@ -470,8 +472,10 @@
<li style="width:50%;"><a href="#modify_pwd">修改密码</a></li>
<li style="width:50%;"><a href="#identityCard">实名认证</a></li>
</ul>
{{? Core.Data.kefu_info != ""}}
<p style="text-align: center;font-size: 20px; color: #949494; position: absolute; width: 100%; bottom: 10px;left:0;">{{=Core.Data.kefu_info[0]}}</p>
{{?}}
{{?}}
</div>
{{?? Core.Data.is_guest == 0}}
<div class="user-center-box">
......@@ -508,7 +512,9 @@
</a></li>
{{?}}
</ul>
{{? Core.Data.kefu_info != ""}}
<p style="text-align: center;font-size: 20px; color: #949494; position: absolute; width: 100%; bottom: 10px;left:0;">{{=Core.Data.kefu_info[0]}}</p>
{{?}}
{{??}}
{{? Core.Data.bind_phone === ""}}
<ul class="list-item clearfix">
......@@ -516,7 +522,9 @@
<li><a href="#mibao">设置密保</a></li>
<li><a href="#modify_pwd">修改密码</a></li>
</ul>
{{? Core.Data.kefu_info != ""}}
<p style="text-align: center;font-size: 20px; color: #949494; position: absolute; width: 100%; bottom: 1em;left:0;">{{=Core.Data.kefu_info[0]}}</p>
{{?}}
{{??}}
<ul class="list-item clearfix">
<li style="width:50%;"><a href="#unbindMobile">解绑手机</a></li>
......@@ -532,8 +540,10 @@
</a></li>
{{?}}
</ul>
{{? Core.Data.kefu_info != ""}}
<p style="text-align: center;font-size: 20px; color: #949494; position: absolute; width: 100%; bottom: 10px;left:0;">{{=Core.Data.kefu_info[0]}}</p>
{{?}}
{{?}}
{{?}}
<!--<ul class="list-item clearfix">
{{? Core.Data.bind_phone === ""}}
......
......@@ -23,6 +23,7 @@ section{
a,input,textarea,select {
outline: 0;
}
input[type=button],input[type=text],input[type=password]{-webkit-appearance:none;outline:none}
a:focus {
outline:thin dotted; /* 处理“outline”在Chrome浏览器中和其它浏览器之间的不一致 */
}
......
......@@ -385,6 +385,7 @@
that.$c.on('click', '[type=submit],.submit', function(e) {
var passWordReg = /^[0-9a-zA-Z]+$/;
var ua = navigator.userAgent.toLowerCase();
e.preventDefault();
if(/[A-Z]/.test(that.$c.find("input[name='username']").val())){
Core.showTips("账号不能有大写字母!");
......@@ -402,6 +403,10 @@
if (that.$c.find('[name="username"]').val() == that.$c.find('[name="old_usernmae"]').val() && window.android != undefined && window.android.screenShot != undefined ){
window.android.screenShot();
}
//ios截屏方法
/*if(that.$c.find('[name="username"]').val() == that.$c.find('[name="old_usernmae"]').val() && /iphone|ipad|ipod/.test(ua) && window.screenShot != undefined){
screenShot();
}*/
$(this).attr("disabled",true);
$(this).css({"background":"#999"});
$(this).parent("li").css({"background":"#999"});
......
......@@ -438,7 +438,9 @@
<a class="btn btn-bind" href="#modify_pwd">马上升级</a>
</div>
</div>
{{? Core.Data.kefu_info != ""}}
<p style="text-align: center;font-size: 20px; color: #949494; position: absolute; width: 100%; bottom: 10px;left:0;">{{=Core.Data.kefu_info[0]}}</p>
{{?}}
</div>
{{?? Core.Data.is_guest == 2}}<!--1:游客登录;2:第三方登录;0:正式用户登录-->
<div class="user-center-box">
......@@ -470,8 +472,10 @@
<li style="width:50%;"><a href="#modify_pwd">修改密码</a></li>
<li style="width:50%;"><a href="#identityCard">实名认证</a></li>
</ul>
{{? Core.Data.kefu_info != ""}}
<p style="text-align: center;font-size: 20px; color: #949494; position: absolute; width: 100%; bottom: 10px;left:0;">{{=Core.Data.kefu_info[0]}}</p>
{{?}}
{{?}}
</div>
{{?? Core.Data.is_guest == 0}}
<div class="user-center-box">
......@@ -508,7 +512,9 @@
</a></li>
{{?}}
</ul>
{{? Core.Data.kefu_info != ""}}
<p style="text-align: center;font-size: 20px; color: #949494; position: absolute; width: 100%; bottom: 10px;left:0;">{{=Core.Data.kefu_info[0]}}</p>
{{?}}
{{??}}
{{? Core.Data.bind_phone === ""}}
<ul class="list-item clearfix">
......@@ -516,7 +522,9 @@
<li><a href="#mibao">设置密保</a></li>
<li><a href="#modify_pwd">修改密码</a></li>
</ul>
{{? Core.Data.kefu_info != ""}}
<p style="text-align: center;font-size: 20px; color: #949494; position: absolute; width: 100%; bottom: 1em;left:0;">{{=Core.Data.kefu_info[0]}}</p>
{{?}}
{{??}}
<ul class="list-item clearfix">
<li style="width:50%;"><a href="#unbindMobile">解绑手机</a></li>
......@@ -532,8 +540,10 @@
</a></li>
{{?}}
</ul>
{{? Core.Data.kefu_info != ""}}
<p style="text-align: center;font-size: 20px; color: #949494; position: absolute; width: 100%; bottom: 10px;left:0;">{{=Core.Data.kefu_info[0]}}</p>
{{?}}
{{?}}
{{?}}
<!--<ul class="list-item clearfix">
{{? Core.Data.bind_phone === ""}}
......
......@@ -23,6 +23,7 @@ section{
a,input,textarea,select {
outline: 0;
}
input[type=button],input[type=text],input[type=password]{-webkit-appearance:none;outline:none}
a:focus {
outline:thin dotted; /* 处理“outline”在Chrome浏览器中和其它浏览器之间的不一致 */
}
......