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
5a588060
Commit
5a588060
authored
Jul 18, 2025
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
74ff37a1
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
11 deletions
+11
-11
spark.config.json
spark.config.json
+1
-1
FundsPanel.jsx
src/components/FundsPanel/FundsPanel.jsx
+1
-1
LifeSettingPage.jsx
src/pages/LifeSettingPage/LifeSettingPage.jsx
+6
-6
answerpage.jsx
src/pages/answerpage/answerpage.jsx
+1
-1
resultpage.jsx
src/pages/resultpage/resultpage.jsx
+2
-2
No files found.
spark.config.json
View file @
5a588060
{
"proName"
:
"太保-守护人生-20250711"
,
"proDesc"
:
""
,
"proPath"
:
"
/Users/yujiating/Documents/programme/太保-守护人生-20250714/20250711_tbguardinglife
"
,
"createTime"
:
1745912031535
}
{
"proName"
:
"太保-守护人生-20250711"
,
"proDesc"
:
""
,
"proPath"
:
"
D:
\\
Duiba
\\
太保
\\
守护人生
\\
TaiBao-DuanWu-20250429
"
,
"createTime"
:
1745912031535
}
src/components/FundsPanel/FundsPanel.jsx
View file @
5a588060
...
@@ -36,7 +36,7 @@ class FundsPanel extends React.Component {
...
@@ -36,7 +36,7 @@ class FundsPanel extends React.Component {
<
SvgaPlayer
className=
"effect"
src=
{
RES_PATH
+
"svga/2输出弹窗氛围.svga"
}
/>
<
SvgaPlayer
className=
"effect"
src=
{
RES_PATH
+
"svga/2输出弹窗氛围.svga"
}
/>
<
div
className=
"bg"
/>
<
div
className=
"bg"
/>
<
div
className=
"funds"
>
{
funds
}
万元
</
div
>
<
div
className=
"funds"
>
{
funds
}
万元
</
div
>
<
Button
className=
"next"
onClick=
{
this
.
clickNext
}
/>
<
Button
className=
"next
md10
"
onClick=
{
this
.
clickNext
}
/>
<
Button
className=
"close"
onClick=
{
this
.
clickClose
}
/>
<
Button
className=
"close"
onClick=
{
this
.
clickClose
}
/>
</
div
>;
</
div
>;
}
}
...
...
src/pages/LifeSettingPage/LifeSettingPage.jsx
View file @
5a588060
...
@@ -81,7 +81,7 @@ class LifeSettingPage extends React.Component {
...
@@ -81,7 +81,7 @@ class LifeSettingPage extends React.Component {
</
div
>
</
div
>
<
Button
<
Button
className=
{
classNames
(
"confirm"
,
{
className=
{
classNames
(
"confirm"
,
`md${7 + quesIndex}`
,
{
gray
:
chooseIndex
===
null
||
chooseIndex
===
undefined
,
gray
:
chooseIndex
===
null
||
chooseIndex
===
undefined
,
})
}
})
}
onClick=
{
this
.
clickNext
}
onClick=
{
this
.
clickNext
}
...
...
src/pages/answerpage/answerpage.jsx
View file @
5a588060
...
@@ -129,7 +129,7 @@ class Answerpage extends React.Component {
...
@@ -129,7 +129,7 @@ class Answerpage extends React.Component {
})
}
})
}
</
div
>
</
div
>
</
div
>
</
div
>
<
Button
className=
"confirm"
onClick=
{
this
.
clickNext
}
/>
<
Button
className=
{
`confirm md${quesIndex + 11}`
}
onClick=
{
this
.
clickNext
}
/>
</
div
>;
</
div
>;
}
}
}
}
...
...
src/pages/resultpage/resultpage.jsx
View file @
5a588060
...
@@ -113,8 +113,8 @@ class Resultpage extends React.Component {
...
@@ -113,8 +113,8 @@ class Resultpage extends React.Component {
{
poster
&&
<
img
className=
"poster_img"
src=
{
poster
}
style=
{
{
opacity
:
0
}
}
alt=
""
/>
}
{
poster
&&
<
img
className=
"poster_img"
src=
{
poster
}
style=
{
{
opacity
:
0
}
}
alt=
""
/>
}
<
Button
className=
"product_btn"
onClick=
{
()
=>
this
.
openProduct
(
info
.
link
)
}
/>
<
Button
className=
"product_btn"
onClick=
{
()
=>
this
.
openProduct
(
info
.
link
)
}
/>
<
Button
className=
"share_btn"
onClick=
{
this
.
doShare
}
/>
<
Button
className=
"share_btn
md18
"
onClick=
{
this
.
doShare
}
/>
<
Button
className=
"draw_btn"
onClick=
{
this
.
goDraw
}
/>
<
Button
className=
"draw_btn
md17
"
onClick=
{
this
.
goDraw
}
/>
</
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