Commit 44909d79 by agan

修改

parent 9d0d1968
......@@ -281,6 +281,7 @@
position: relative;
background: #fff;
display: none;
margin: 0 auto;
}
.closeBtn {
......@@ -448,7 +449,7 @@
}
//获取当前用户地区
if (!sessionStorage.appversion && !sessionStorage.uid) {
if (sessionStorage.appversion && sessionStorage.uid) {
$(".big-zuan-box").show();
$.ajax({
url: $ip + '/user/getUserInfo.html',
......
......@@ -24,12 +24,13 @@
}
.mHead {
width: 10rem;
height: 1rem;
position: relative;
background: #fff;
display: none;
}
width: 10rem;
height: 1rem;
position: relative;
background: #fff;
display: none;
margin: 0 auto;
}
.closeBtn {
width: 0.64rem;
......
......@@ -48,6 +48,7 @@
position: relative;
background: #fff;
display: none;
margin: 0 auto;
}
.closeBtn {
......
......@@ -18,6 +18,7 @@
height: 1rem;
background: #f6f6f6;
display: none;
margin: 0 auto;
}
.closeBtn {
......
......@@ -212,6 +212,7 @@
position: relative;
background: #fff;
display: none;
margin: 0 auto;
}
.closeBtn {
......
......@@ -76,12 +76,13 @@
}
.mHead {
width: 10rem;
height: 1rem;
position: relative;
background: #fff;
display: none;
}
width: 10rem;
height: 1rem;
position: relative;
background: #fff;
display: none;
margin: 0 auto;
}
.closeBtn {
width: 0.64rem;
......
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