Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
华
华夏模拟理财_20250701
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
华夏模拟理财_20250701
Commits
aefb65ec
Commit
aefb65ec
authored
Jul 29, 2025
by
zhangyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加前端埋点
parent
ce281afd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
sharePage.jsx
src/pages/sharePage/sharePage.jsx
+1
-1
index.jsx
src/panels/answerPrizePanel/index.jsx
+1
-1
No files found.
src/pages/sharePage/sharePage.jsx
View file @
aefb65ec
...
@@ -90,7 +90,7 @@ class SharePage extends React.Component {
...
@@ -90,7 +90,7 @@ class SharePage extends React.Component {
<
div
className=
"sharePage"
>
<
div
className=
"sharePage"
>
<
span
className=
"bg"
></
span
>
<
span
className=
"bg"
></
span
>
{
!
boolWealth
&&
<
span
className=
"title1"
>
{
!
boolWealth
&&
<
span
className=
"title1"
>
{
`${
amount ||
0}元`
}
{
`${
(amount || 0) / 10
0}元`
}
</
span
>
}
</
span
>
}
{
boolWealth
&&
<
span
className=
"title2"
></
span
>
}
{
boolWealth
&&
<
span
className=
"title2"
></
span
>
}
{
this
.
state
.
btn
===
1
&&
<
span
className=
"doAssitBtn md30"
onClick=
{
()
=>
{
{
this
.
state
.
btn
===
1
&&
<
span
className=
"doAssitBtn md30"
onClick=
{
()
=>
{
...
...
src/panels/answerPrizePanel/index.jsx
View file @
aefb65ec
...
@@ -30,7 +30,7 @@ class AnswerPrizePanel extends React.Component {
...
@@ -30,7 +30,7 @@ class AnswerPrizePanel extends React.Component {
</
div
>
</
div
>
<
div
className=
'prize-name'
>
{
optionName
}
</
div
>
<
div
className=
'prize-name'
>
{
optionName
}
</
div
>
<
div
className=
'receive md29'
onClick=
{
this
.
handleClose
}
></
div
>
<
div
className=
'receive md29'
onClick=
{
this
.
handleClose
}
></
div
>
<
div
className=
'tip'
></
div
>
{
/* <div className='tip'></div> */
}
<
Button
className=
"close"
onClick=
{
this
.
handleClose
}
/>
<
Button
className=
"close"
onClick=
{
this
.
handleClose
}
/>
</
div
>
</
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