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
f6835f08
Commit
f6835f08
authored
Jul 29, 2025
by
zhangyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加前端埋点
parent
9c57450c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
index.ts
mock/index.ts
+3
-3
signCom.jsx
src/panels/signCom/signCom.jsx
+2
-1
store.ts
src/store/store.ts
+3
-4
No files found.
mock/index.ts
View file @
f6835f08
...
...
@@ -21,9 +21,9 @@ export default [
"code"
:
null
,
"data"
:
{
shareInfo
:
{
"title"
:
'万亿体验金狂欢节'
,
"content"
:
'快来助我一臂之力,一起领百万理财体验金~'
,
"thumbnail"
:
'//yun.duiba.com.cn/polaris/sharepic.8254652ad0b961401148278339f92ae7da94cf8b.png'
"title"
:
"万亿体验金狂欢节"
,
"content"
:
"快来助我一臂之力,一起领百万理财体验金~"
,
"thumbnail"
:
"//yun.duiba.com.cn/polaris/sharepic.8254652ad0b961401148278339f92ae7da94cf8b.png"
},
}
}
...
...
src/panels/signCom/signCom.jsx
View file @
f6835f08
...
...
@@ -60,11 +60,12 @@ class SignCom extends React.Component {
?
<
Button
className=
"signed_btn md9"
onClick=
{
this
.
signedHandle
}
></
Button
>
:
<
Button
className=
"sign_btn md9"
onClick=
{
this
.
signHandle
}
></
Button
>
}
<
span
className=
"sign_total_tips"
>
{
`已累计签到${checkIn?.totalCheckIn}天`
}
</
span
>
<
span
className=
"sign_big_btn md10"
onClick=
{
()
=>
{
if
(
!
store
.
judgeActTime
())
return
;
ModalCtrl
.
showModal
(
TaskPanel
)
}
}
>
{
`再领${Math.floor(taskWealth / 10000)}万理财体验金`
}
</
span
>
}
}
>
{
Math
.
floor
(
taskWealth
/
10000
)
>
0
?
`再领${Math.floor(taskWealth / 10000)}万理财体验金`
:
'查看更多任务'
}
</
span
>
<
div
className=
"sign_progress"
>
<
span
className=
"progress_bg"
></
span
>
<
div
className=
"progress_bar_box"
>
...
...
src/store/store.ts
View file @
f6835f08
...
...
@@ -184,10 +184,6 @@ class Store {
if
(
firstMoneyPop
)
{
ModalCtrl
.
showModal
(
FirstPop
,
firstMoneyPop
);
}
if
(
endPop
)
{
ModalCtrl
.
showModal
(
Tipspop
);
}
// 更新产品信息
if
(
codeList
?.
length
&&
CFG
.
channel
==
CHANNEL
.
HXLC
)
{
this
.
updateFundInfo
(
codeList
)
...
...
@@ -198,6 +194,9 @@ class Store {
ModalCtrl
.
showModal
(
NewbieModal
,
{
type
:
giftPop
?.
type
,
actPrizeVO
:
giftPop
?.
actPrizeVO
})
}
if
(
endPop
)
{
ModalCtrl
.
showModal
(
Tipspop
);
}
}
judgeRedModal
()
{
...
...
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