Browse Source

Merge branch '3.0' of http://git.ycjcjy.com/shigongli/miniapp-v2 into 3.0

李志伟 3 years ago
parent
commit
13fbb22ffc

+ 1
- 1
src/components/BottomMoadl/index.jsx View File

@@ -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([])

+ 1
- 1
src/components/BottomMoadl/style.css View File

@@ -32,7 +32,7 @@
32 32
   }
33 33
 }
34 34
 .frameAnimateOut {
35
-  animation: frameAnimateOut 0.2s ease forwards;
35
+  animation: frameAnimateOut 3.2s ease forwards;
36 36
 }
37 37
 @keyframes frameAnimateOut {
38 38
   0% {

+ 1
- 0
src/utils/request.js View File

@@ -34,6 +34,7 @@ export default (url, options) => {
34 34
           resolve(data)
35 35
 
36 36
         } else {
37
+          console.error(res)
37 38
           logger.error(nwUrl)
38 39
           logger.error(options)
39 40
           logger.error(res)