xiuli.gao 6 years ago
parent
commit
3903fe63e5
2 changed files with 3 additions and 1 deletions
  1. 1 1
      fund_h5/css/fund_h5_api.css
  2. 2 0
      fund_h5/js/fund_h5_api.js

+ 1 - 1
fund_h5/css/fund_h5_api.css

@@ -73,7 +73,7 @@ nav p em{
73 73
 	border-top: 0.08rem solid #fff;
74 74
 	width: 0;
75 75
 	height: 0;
76
-	position: absolute;
76
+	position: relative;
77 77
 	top: 0.18rem;
78 78
 	margin-left: 0.06rem;
79 79
 }

+ 2 - 0
fund_h5/js/fund_h5_api.js

@@ -181,6 +181,8 @@ function getLoginInfo() {
181 181
         contentType: 'application/json;charset=utf-8',
182 182
         success: function(data) {
183 183
         	cityInfo = data;
184
+        	console.log('data')
185
+        	console.log(data)
184 186
             return renderLoginInfo(data);
185 187
         },
186 188
         error: function(err) {