|
@@ -84,7 +84,7 @@ export default class Detail extends Component {
|
84
|
84
|
componentDidShow() {
|
85
|
85
|
this.startTicker()
|
86
|
86
|
}
|
87
|
|
-
|
|
87
|
+
|
88
|
88
|
componentDidHide() {
|
89
|
89
|
this.stopTicker()
|
90
|
90
|
}
|
|
@@ -486,7 +486,7 @@ export default class Detail extends Component {
|
486
|
486
|
return (
|
487
|
487
|
<Block>
|
488
|
488
|
{/* 生成海报 */}
|
489
|
|
- { posterVisible && !ltTicker.processing &&
|
|
489
|
+ {posterVisible && !ltTicker.processing &&
|
490
|
490
|
(
|
491
|
491
|
<Poster configs={posterConfigs} onCancel={this.togglePosterVisible} onFinish={this.togglePosterVisible}></Poster>
|
492
|
492
|
)
|