Commit 44909d79 by agan

修改

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