[bugfix] ImagePreview: Image beyond the screen height cover index (#4002)

This commit is contained in:
Jake
2019-07-30 14:59:57 +08:00
committed by neverland
parent a791e1e971
commit 234e64238e
3 changed files with 10 additions and 10 deletions

View File

@@ -310,8 +310,8 @@ export default createComponent({
onTouchend={this.onWrapperTouchEnd}
onTouchcancel={this.onWrapperTouchEnd}
>
{Index}
{Images}
{Index}
</div>
</transition>
);