|
@@ -16,7 +16,7 @@ export default (props) => {
|
16
|
16
|
// const [flag, setFlag] = useState(false)
|
17
|
17
|
// const [wrapAnimate, setWrapAnimate] = useState('wrap wrapAnimate')
|
18
|
18
|
// const [frameAnimate, setFrameAnimate] = useState('frame-wrapper frameAnimate')
|
19
|
|
- let wrapAnimate = 'wrap wrapAnimate'
|
|
19
|
+ let wrapAnimate = 'wrap wrapAnimateOut'
|
20
|
20
|
let frameAnimate = 'frame-wrapper frameAnimate'
|
21
|
21
|
const [textNextSum, setTextNext] = useState(1)
|
22
|
22
|
const [recommendContent, setRecommendContent] = useState([])
|