Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
2
20250310_人保春游
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
20250310_人保春游
Commits
a636287f
Commit
a636287f
authored
Mar 17, 2025
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
music
parent
2cc6991f
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
17 additions
and
3 deletions
+17
-3
bg.png
src/assets/AssistSucPanel/bg.png
+0
-0
AssistFailPanel.jsx
src/components/AssistFailPanel/AssistFailPanel.jsx
+1
-1
AssistFailPanel.less
src/components/AssistFailPanel/AssistFailPanel.less
+2
-2
AssistSucPanel.jsx
src/components/AssistSucPanel/AssistSucPanel.jsx
+1
-0
AssistSucPanel.less
src/components/AssistSucPanel/AssistSucPanel.less
+11
-0
userhomepage.jsx
src/pages/userhomepage/userhomepage.jsx
+2
-0
No files found.
src/assets/AssistSucPanel/bg.png
View replaced file @
2cc6991f
View file @
a636287f
213 KB
|
W:
|
H:
210 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/components/AssistFailPanel/AssistFailPanel.jsx
View file @
a636287f
...
...
@@ -32,7 +32,7 @@ class AssistFailPanel extends React.Component {
clickOk
=
()
=>
{
modalStore
.
closePop
();
store
.
changePage
(
PAGE_MAP
.
DRAW
_PAGE
);
store
.
changePage
(
PAGE_MAP
.
HOME
_PAGE
);
}
render
()
{
...
...
src/components/AssistFailPanel/AssistFailPanel.less
View file @
a636287f
...
...
@@ -28,8 +28,8 @@
.tip {
position: absolute;
top: 673px;
left: 1
5
0px;
right: 1
5
0px;
left: 1
0
0px;
right: 1
0
0px;
text-align: center;
font-size: 35px;
color: #333333;
...
...
src/components/AssistSucPanel/AssistSucPanel.jsx
View file @
a636287f
...
...
@@ -29,6 +29,7 @@ class AssistSucPanel extends React.Component {
return
<
div
className=
"AssistSucPanel modal_center"
>
<
SvgaPlayer
className=
"effect"
src=
{
RES_PATH
+
"svga/4输出弹窗氛围.svga"
}
/>
<
div
className=
"bg"
/>
<
div
className=
"tip"
>
助力成功,抽奖机会+1
</
div
>
<
Button
className=
"btn md14"
onClick=
{
this
.
clickOk
}
/>
<
Button
className=
"close"
onClick=
{
this
.
clickClose
}
/>
</
div
>;
...
...
src/components/AssistSucPanel/AssistSucPanel.less
View file @
a636287f
...
...
@@ -24,6 +24,17 @@
height: 1145px
}
.tip {
position: absolute;
top: 800px;
left: 100px;
right: 100px;
text-align: center;
font-size: 28px;
color: #333333;
font-weight: bold;
}
.btn {
position: absolute;
left: 228px;
...
...
src/pages/userhomepage/userhomepage.jsx
View file @
a636287f
...
...
@@ -29,6 +29,8 @@ class Userhomepage extends React.Component {
async
componentDidMount
()
{
// modalStore.pushPop("AssistSucPanel");
await
store
.
getHomeInfo
();
this
.
flushCD
();
shareStore
.
doAssist
();
...
...
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