Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
2
20250711_TBGuardingLife
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
20250711_TBGuardingLife
Commits
61747764
Commit
61747764
authored
Jul 15, 2025
by
qimiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change api
parent
67ab48a5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
drawfailpop.jsx
src/components/drawfailpop/drawfailpop.jsx
+1
-1
drawsucpop.jsx
src/components/drawsucpop/drawsucpop.jsx
+1
-1
drawpage.jsx
src/pages/drawpage/drawpage.jsx
+2
-2
No files found.
src/components/drawfailpop/drawfailpop.jsx
View file @
61747764
...
...
@@ -28,7 +28,7 @@ class Drawfailpop extends React.Component {
<
div
className=
"drawfailpop modal_center"
>
<
span
className=
"bg"
></
span
>
<
span
className=
"text"
>
别灰心,明天再试试吧~
</
span
>
<
Button
className=
"btn md
13
"
onClick=
{
this
.
knowHandle
}
></
Button
>
<
Button
className=
"btn md
22
"
onClick=
{
this
.
knowHandle
}
></
Button
>
<
span
className=
"close"
onClick=
{
()
=>
{
...
...
src/components/drawsucpop/drawsucpop.jsx
View file @
61747764
...
...
@@ -40,7 +40,7 @@ class Drawsucpop extends React.Component {
{
/* <span className="bg"></span> */
}
<
img
className=
"prize_img"
src=
{
optionImg
}
/>
<
span
className=
"prize_name"
>
{
optionName
}
</
span
>
<
Button
className=
"happy_btn md
1
1"
onClick=
{
this
.
jumpPrize
}
></
Button
>
<
Button
className=
"happy_btn md
2
1"
onClick=
{
this
.
jumpPrize
}
></
Button
>
<
span
className=
"tips"
>
奖品可在首页 我的奖品 中查看
</
span
>
</
div
>
);
...
...
src/pages/drawpage/drawpage.jsx
View file @
61747764
...
...
@@ -155,8 +155,8 @@ class Drawpage extends React.Component {
<
Button
className=
"back"
onClick=
{
this
.
backHome
}
/>
<
Button
className=
"rule_btn"
onClick=
{
this
.
ruleHandle
}
></
Button
>
<
Button
className=
"prize_btn"
onClick=
{
this
.
prizeHandle
}
></
Button
>
<
Button
className=
"task_btn"
onClick=
{
this
.
taskHandle
}
></
Button
>
<
div
className=
"draw_btn md1
0
"
onClick=
{
this
.
lotteryHandle
}
></
div
>
<
Button
className=
"task_btn
md20
"
onClick=
{
this
.
taskHandle
}
></
Button
>
<
div
className=
"draw_btn md1
9
"
onClick=
{
this
.
lotteryHandle
}
></
div
>
<
span
className=
"left_num"
>
剩余次数:
{
leftDrawTimes
||
0
}
</
span
>
</
div
>
);
...
...
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