Commit 4d9385eb authored by 李硕's avatar 李硕

提交

parent 1fc016b0
......@@ -39,7 +39,7 @@
top: 6px;
position: absolute;
transform-origin: 0px 0px 0px;
animation: loadMove 2s linear 1;
animation: loadMove 3s linear 1;
}
}
......
.mainscene {
top: 0px;
top: -140px;
left: 0px;
width: 750px;
height: 1624px;
......@@ -38,7 +38,7 @@
height: 32px;
opacity: 1;
left: 5px;
top: 130px;
top: 150px;
position: absolute;
transform-origin: 0px 0px 0px;
}
......
......@@ -259,7 +259,7 @@ class Pagewishscene extends Component {
*/
showLoading() {
console.log(")))))))))))))");
let time = Date.now() + 2 * 1000;
let time = Date.now() + 3 * 1000;
console.log('.....', Date.now(), time);
this.setState({
loadingTime: time
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment