Authored by ccbikai

下拉刷新问题修复

@@ -35,7 +35,6 @@ function PullRefresh(seclector, options) { @@ -35,7 +35,6 @@ function PullRefresh(seclector, options) {
35 35
36 this.iScroll = new IScroll($em.get(0), { 36 this.iScroll = new IScroll($em.get(0), {
37 click: true, 37 click: true,
38 - bounce: false,  
39 probeType: 3 38 probeType: 3
40 }); 39 });
41 40
@@ -121,6 +121,7 @@ @@ -121,6 +121,7 @@
121 } 121 }
122 122
123 .star-main { 123 .star-main {
  124 + position: relative;
124 margin-top: 88px; 125 margin-top: 88px;
125 } 126 }
126 127
@@ -390,11 +391,15 @@ @@ -390,11 +391,15 @@
390 } 391 }
391 392
392 .loading-tip { 393 .loading-tip {
  394 + position: absolute;
  395 + top: 0;
  396 + left: 50%;
  397 + transform: translate(-50%, 0);
  398 + padding: 30px 0;
393 display: none; 399 display: none;
394 text-align: center; 400 text-align: center;
395 color: #ccc; 401 color: #ccc;
396 font-size: 18px; 402 font-size: 18px;
397 - margin: 30px 0;  
398 } 403 }
399 404
400 .swiper-num { 405 .swiper-num {