Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kww_dayDayGetCredits_250512
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
SparkProjects
kww_dayDayGetCredits_250512
Commits
1e8b29f8
Commit
1e8b29f8
authored
May 15, 2025
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
4b11a84c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
SkyFullGoldPanel.tsx
src/panels/SkyFullGoldPanel/SkyFullGoldPanel.tsx
+3
-1
WedExpPanel.tsx
src/panels/WedExpPanel/WedExpPanel.tsx
+3
-1
No files found.
src/panels/SkyFullGoldPanel/SkyFullGoldPanel.tsx
View file @
1e8b29f8
...
@@ -7,6 +7,7 @@ import { ModalCtrl } from "@/core/ctrls/ModalCtrl.tsx";
...
@@ -7,6 +7,7 @@ import { ModalCtrl } from "@/core/ctrls/ModalCtrl.tsx";
import
{
SvgaPlayer
}
from
"@grace/svgaplayer"
;
import
{
SvgaPlayer
}
from
"@grace/svgaplayer"
;
import
bgEffectSvga
from
"@/assets/svga/2输出签到成功弹窗.svga"
;
import
bgEffectSvga
from
"@/assets/svga/2输出签到成功弹窗.svga"
;
import
VideoPanel
from
"@/panels/VideoPanel/VideoPanel.tsx"
;
export
interface
ISkyFullGoldPanelProps
{
export
interface
ISkyFullGoldPanelProps
{
creditsNum
:
number
;
creditsNum
:
number
;
...
@@ -26,9 +27,10 @@ class SkyFullGoldPanel extends React.Component<ISkyFullGoldPanelProps> {
...
@@ -26,9 +27,10 @@ class SkyFullGoldPanel extends React.Component<ISkyFullGoldPanelProps> {
};
};
clickVideo
=
_asyncThrottle
(
async
()
=>
{
clickVideo
=
_asyncThrottle
(
async
()
=>
{
const
{
creditsNum
,
multipleValue
,
url
,
taskId
}
=
this
.
props
;
const
{
url
,
taskId
}
=
this
.
props
;
ModalCtrl
.
closeModal
();
ModalCtrl
.
closeModal
();
ModalCtrl
.
showModal
(
VideoPanel
,
{
taskId
,
url
});
});
});
render
()
{
render
()
{
...
...
src/panels/WedExpPanel/WedExpPanel.tsx
View file @
1e8b29f8
...
@@ -7,6 +7,7 @@ import { ModalCtrl } from "@/core/ctrls/ModalCtrl.tsx";
...
@@ -7,6 +7,7 @@ import { ModalCtrl } from "@/core/ctrls/ModalCtrl.tsx";
import
{
SvgaPlayer
}
from
"@grace/svgaplayer"
;
import
{
SvgaPlayer
}
from
"@grace/svgaplayer"
;
import
bgEffectSvga
from
"@/assets/svga/2输出签到成功弹窗.svga"
;
import
bgEffectSvga
from
"@/assets/svga/2输出签到成功弹窗.svga"
;
import
VideoPanel
from
"@/panels/VideoPanel/VideoPanel.tsx"
;
export
interface
IWedExpPanelProps
{
export
interface
IWedExpPanelProps
{
signCredits
:
number
;
signCredits
:
number
;
...
@@ -29,9 +30,10 @@ class WedExpPanel extends React.Component<IWedExpPanelProps> {
...
@@ -29,9 +30,10 @@ class WedExpPanel extends React.Component<IWedExpPanelProps> {
};
};
clickVideo
=
_asyncThrottle
(
async
()
=>
{
clickVideo
=
_asyncThrottle
(
async
()
=>
{
const
{
signCredits
,
extraCredits
,
boolLimit
,
multipleValue
,
url
,
taskId
,
newLuckCreditsNum
}
=
this
.
props
;
const
{
url
,
taskId
}
=
this
.
props
;
ModalCtrl
.
closeModal
();
ModalCtrl
.
closeModal
();
ModalCtrl
.
showModal
(
VideoPanel
,
{
taskId
,
url
});
});
});
render
()
{
render
()
{
...
...
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