Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TianGongKaiWu-20251203
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
TianGongKaiWu-20251203
Commits
4390ccf1
Commit
4390ccf1
authored
Dec 15, 2025
by
天马流星拳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 将严格相等运算符改为宽松相等运算符以兼容状态值类型
parent
8b05eb66
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
myqradespage.jsx
src/pages/myQradesPage/myqradespage.jsx
+2
-2
No files found.
src/pages/myQradesPage/myqradespage.jsx
View file @
4390ccf1
...
...
@@ -79,7 +79,7 @@ class Myqradespage extends React.Component {
<
span
className=
"bg"
></
span
>
<
span
className=
"back"
onClick=
{
()
=>
this
.
clickBack
()
}
></
span
>
{
this
.
state
.
info
.
drawStatus
==
=
1
&&
(
this
.
state
.
info
.
drawStatus
==
1
&&
(
<>
<
div
className=
"lottery"
></
div
>
<
span
className=
"icon3"
></
span
>
...
...
@@ -88,7 +88,7 @@ class Myqradespage extends React.Component {
)
}
{
this
.
state
.
info
.
drawStatus
==
=
2
&&
(
this
.
state
.
info
.
drawStatus
==
2
&&
(
<>
<
div
className=
"lottery"
></
div
>
<
img
className=
'prize-img'
src=
{
this
.
state
.
info
.
prizeInfo
.
prizeImg
}
alt=
""
/>
...
...
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