Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
湖
湖南口味王-520猜数游戏-20250409
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
湖南口味王-520猜数游戏-20250409
Commits
084ec15e
Commit
084ec15e
authored
Apr 10, 2025
by
wangzhujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
6c0153bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
barItem.jsx
src/components/barItem/barItem.jsx
+1
-1
homepahe.jsx
src/pages/homepahe/homepahe.jsx
+8
-5
No files found.
src/components/barItem/barItem.jsx
View file @
084ec15e
...
...
@@ -32,7 +32,7 @@ class BarItem extends React.Component {
item
.
receive
&&
<
span
className=
"prizebg"
></
span
>
}
<
span
className=
"prize"
>
{
item
.
sendCount
}
青果
</
span
>
</
div
>
</
div
>
)
})
}
...
...
src/pages/homepahe/homepahe.jsx
View file @
084ec15e
...
...
@@ -25,7 +25,7 @@ class Homepahe extends React.Component {
modalStore
.
pushPop
(
"Rulepop"
)
}
click_Rank
()
{
if
(
!
store
.
checkTime
(
false
))
{
if
(
!
store
.
checkTime
())
{
return
}
store
.
changePage
(
PAGE_MAP
.
RANK_PAGE
)
...
...
@@ -51,10 +51,13 @@ class Homepahe extends React.Component {
<
div
className=
"homepahe modal_center"
>
<
span
className=
"bg"
></
span
>
<
span
className=
"show"
></
span
>
<
div
className=
"infobox"
>
<
span
className=
"infobg"
></
span
>
<
span
className=
"lab"
>
我最高赚了
{
store
.
homeInfo
.
historyMaxScore
||
0
}
</
span
>
</
div
>
{
store
.
homeInfo
.
historyMaxScore
!=
0
&&
<
div
className=
"infobox"
>
<
span
className=
"infobg"
></
span
>
<
span
className=
"lab"
>
我最高赚了
{
store
.
homeInfo
.
historyMaxScore
||
0
}
</
span
>
</
div
>
}
<
span
className=
"gamebarbg"
></
span
>
<
BarItem
barInfo=
{
store
.
homeInfo
?.
boxInfo
}
nowScore=
{
store
.
homeInfo
.
historyMaxScore
}
></
BarItem
>
<
Button
className=
"startbtn"
onClick=
{
this
.
click_StartBtn
}
></
Button
>
...
...
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