Authored by ccbikai

JS 错误修复

@@ -95,7 +95,7 @@ function thumbTouchEvt(e) { @@ -95,7 +95,7 @@ function thumbTouchEvt(e) {
95 }, 400); 95 }, 400);
96 } 96 }
97 97
98 - myScroll.refresh(); 98 + myScroll && myScroll.refresh();
99 } 99 }
100 100
101 if (isIphone) { 101 if (isIphone) {
@@ -75,7 +75,7 @@ @@ -75,7 +75,7 @@
75 img { 75 img {
76 display: block; 76 display: block;
77 width: 100%; 77 width: 100%;
78 - height: 366rem / $pxConvertRem; 78 + max-height: 366rem / $pxConvertRem;
79 } 79 }
80 80
81 .few-tag { 81 .few-tag {