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
 	border-top: 0.08rem solid #fff;
73
 	border-top: 0.08rem solid #fff;
74
 	width: 0;
74
 	width: 0;
75
 	height: 0;
75
 	height: 0;
76
-	position: absolute;
76
+	position: relative;
77
 	top: 0.18rem;
77
 	top: 0.18rem;
78
 	margin-left: 0.06rem;
78
 	margin-left: 0.06rem;
79
 }
79
 }

+ 2 - 0
fund_h5/js/fund_h5_api.js

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