Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wfc13
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
wildfirecode13
wfc13
Commits
2969c274
Commit
2969c274
authored
Aug 13, 2021
by
shunx 马
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'disu0811' of gitlab2.dui88.com:wildfirecode13/wfc13 into disu0811
parents
37b25a57
a3434f1a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
delayClick.ts
project/src/common/delayClick.ts
+6
-0
getUnionid.ts
project/src/getUnionid.ts
+5
-0
No files found.
project/src/common/delayClick.ts
0 → 100644
View file @
2969c274
export
const
delayClick
=
(
btn
:
FYGE
.
Sprite
,
time
=
1200
)
=>
{
btn
.
mouseChildren
=
btn
.
mouseEnable
=
false
;
setTimeout
(()
=>
{
btn
.
mouseChildren
=
btn
.
mouseEnable
=
true
;
},
time
);
}
\ No newline at end of file
project/src/getUnionid.ts
0 → 100644
View file @
2969c274
import
getQueryParams
from
"./common/getQueryParams"
;
export
const
getUnionid
=
()
=>
{
return
getQueryParams
().
uid
;
}
\ No newline at end of file
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