Authored by ccbikai

JS 错误修复

... ... @@ -95,7 +95,7 @@ function thumbTouchEvt(e) {
}, 400);
}
myScroll.refresh();
myScroll && myScroll.refresh();
}
if (isIphone) {
... ...
... ... @@ -75,7 +75,7 @@
img {
display: block;
width: 100%;
height: 366rem / $pxConvertRem;
max-height: 366rem / $pxConvertRem;
}
.few-tag {
... ...