修正合集页面有时无法滚动的bug

This commit is contained in:
zhl 2019-06-06 13:30:37 +08:00
parent 944c4c5285
commit b94ff0c9dc

View File

@ -12,6 +12,9 @@
width: 700rpx; width: 700rpx;
height: 332rpx; height: 332rpx;
} }
.container {
overflow-y: hidden;
}
</style> </style>
<template> <template>
<view class="container"> <view class="container">
@ -50,7 +53,7 @@
import recordCell from '../components/game-cell'; import recordCell from '../components/game-cell';
let interp = require('../common/interpreter'); let interp = require('../common/interpreter');
export default class GameInfoPage extends wepy.page { export default class CollectionInfoPage extends wepy.page {
mixins = [base, tips, cfg, nav, webApi]; mixins = [base, tips, cfg, nav, webApi];
components = { components = {
recordCell: recordCell recordCell: recordCell