Commit 9d0d1968 by agan

修改bug

parent 7cf0c83c
Showing with 6 additions and 4 deletions
......@@ -293,8 +293,9 @@
top: 0.18rem;
left: 0.32rem;
font-size: 0.32rem;
line-height: 0.64rem;;
white-space: nowrap;
line-height: 0.64rem;
;
white-space: nowrap;
}
.closeBtn>a {
......@@ -307,7 +308,8 @@
<body>
<div class="mHead">
<div class="closeBtn"><a href="javascript:window.opener=null;window.open('','_self');window.close();">關閉</a></div>
<div class="closeBtn"><a href="javascript:window.opener=null;window.open('','_self');window.close();">關閉</a>
</div>
</div>
<div class="p-w">
<div class='big-zuan-box'>
......@@ -446,7 +448,7 @@
}
//获取当前用户地区
if (sessionStorage.appversion != 'undefined' && sessionStorage.uid != 'undefined') {
if (!sessionStorage.appversion && !sessionStorage.uid) {
$(".big-zuan-box").show();
$.ajax({
url: $ip + '/user/getUserInfo.html',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment