Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
db-game-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
崔立强
db-game-template
Commits
4d9385eb
Commit
4d9385eb
authored
Dec 14, 2020
by
李硕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
1fc016b0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
comloadingscene.less
...oject/src/components/comloadingscene/comloadingscene.less
+1
-1
pagemainscene.less
wishList/project/src/pages/pagemainscene/pagemainscene.less
+2
-2
pagewishscene.jsx
wishList/project/src/pages/pagewishscene/pagewishscene.jsx
+1
-1
No files found.
wishList/project/src/components/comloadingscene/comloadingscene.less
View file @
4d9385eb
...
...
@@ -39,7 +39,7 @@
top: 6px;
position: absolute;
transform-origin: 0px 0px 0px;
animation: loadMove
2
s linear 1;
animation: loadMove
3
s linear 1;
}
}
...
...
wishList/project/src/pages/pagemainscene/pagemainscene.less
View file @
4d9385eb
.mainscene {
top: 0px;
top:
-14
0px;
left: 0px;
width: 750px;
height: 1624px;
...
...
@@ -38,7 +38,7 @@
height: 32px;
opacity: 1;
left: 5px;
top: 1
3
0px;
top: 1
5
0px;
position: absolute;
transform-origin: 0px 0px 0px;
}
...
...
wishList/project/src/pages/pagewishscene/pagewishscene.jsx
View file @
4d9385eb
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment