修正合集页面有时无法滚动的bug
This commit is contained in:
parent
944c4c5285
commit
b94ff0c9dc
@ -12,6 +12,9 @@
|
||||
width: 700rpx;
|
||||
height: 332rpx;
|
||||
}
|
||||
.container {
|
||||
overflow-y: hidden;
|
||||
}
|
||||
</style>
|
||||
<template>
|
||||
<view class="container">
|
||||
@ -50,7 +53,7 @@
|
||||
import recordCell from '../components/game-cell';
|
||||
|
||||
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];
|
||||
components = {
|
||||
recordCell: recordCell
|
||||
|
Loading…
x
Reference in New Issue
Block a user