Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
飞
飞鹤小程序
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
FH
飞鹤小程序
Commits
22e0f9ba
Commit
22e0f9ba
authored
Sep 05, 2025
by
王炽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
积分页处理
parent
8264245b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
20 deletions
+23
-20
Integral.vue
views/Integral.vue
+23
-20
No files found.
views/Integral.vue
View file @
22e0f9ba
...
@@ -1733,25 +1733,6 @@ import ShengriliTipPanel from '../components/quanyi/shengriliTipPanel.vue';
...
@@ -1733,25 +1733,6 @@ import ShengriliTipPanel from '../components/quanyi/shengriliTipPanel.vue';
componentContent
:
"查看升级攻略"
componentContent
:
"查看升级攻略"
}
);
}
);
//曝光埋点累计积分
if
(
memberInfo
.
grade
==
0
&&
!
memberInfo
.
orderUpgrade
&&
points
>=
1
){
md
.
sensorComponentLogTake
({
xcxComponentExposure
:
"true"
,
pageName
:
"积分服务页"
,
componentName
:
"等级卡牌"
,
componentContent
:
"累计积分"
}
);
}
if
(
getHuangjinMaxVal
()[
memberInfo
.
grade
]
!=
-
1
&&
!
(
memberInfo
.
grade
==
0
&&
!
memberInfo
.
orderUpgrade
&&
points
>=
1
)){
md
.
sensorComponentLogTake
({
xcxComponentExposure
:
"true"
,
pageName
:
"积分服务页"
,
componentName
:
"等级卡牌"
,
componentContent
:
"累计积分"
}
);
}
const
{
data
}
=
await
fetchIntegralJSON
();
const
{
data
}
=
await
fetchIntegralJSON
();
integralData
.
value
=
{...
data
}
;
integralData
.
value
=
{...
data
}
;
...
@@ -1794,6 +1775,27 @@ import ShengriliTipPanel from '../components/quanyi/shengriliTipPanel.vue';
...
@@ -1794,6 +1775,27 @@ import ShengriliTipPanel from '../components/quanyi/shengriliTipPanel.vue';
hideLoading
();
hideLoading
();
initExposure
();
initExposure
();
//曝光埋点累计积分
if
(
memberInfo
.
value
.
grade
==
0
&&
!
memberInfo
.
value
.
orderUpgrade
&&
points
.
value
>=
1
){
md
.
sensorComponentLogTake
({
xcxComponentExposure
:
"true"
,
pageName
:
"积分服务页"
,
componentName
:
"等级卡牌"
,
componentContent
:
"累计积分"
}
);
}
if
(
getHuangjinMaxVal
()[
memberInfo
.
value
.
grade
]
!=
-
1
&&
!
(
memberInfo
.
value
.
grade
==
0
&&
!
memberInfo
.
value
.
orderUpgrade
&&
points
.
value
>=
1
)){
md
.
sensorComponentLogTake
({
xcxComponentExposure
:
"true"
,
pageName
:
"积分服务页"
,
componentName
:
"等级卡牌"
,
componentContent
:
"累计积分"
}
);
}
}
);
}
);
const
initExposure
=
()
=>
{
const
initExposure
=
()
=>
{
...
@@ -1863,7 +1865,8 @@ import ShengriliTipPanel from '../components/quanyi/shengriliTipPanel.vue';
...
@@ -1863,7 +1865,8 @@ import ShengriliTipPanel from '../components/quanyi/shengriliTipPanel.vue';
nextGradeScoreRuleMin
.
value
=
memberInfo
.
value
.
nextGradeScoreRuleMin
;
nextGradeScoreRuleMin
.
value
=
memberInfo
.
value
.
nextGradeScoreRuleMin
;
vipLevel
.
value
=
memberInfo
.
value
.
grade
;
vipLevel
.
value
=
memberInfo
.
value
.
grade
;
// points.value = memberInfo.value.points;
// points.value = memberInfo.value.points;
points
.
vaue
=
memberInfo
.
value
.
recentAnnualPointsTotal
;
points
.
value
=
memberInfo
.
value
.
recentAnnualPointsTotal
;
gradeList
.
value
=
memberInfo
.
value
.
gradeList
;
gradeList
.
value
=
memberInfo
.
value
.
gradeList
;
if
(
memberInfo
.
value
.
memberId
==
"not_login"
){
if
(
memberInfo
.
value
.
memberId
==
"not_login"
){
...
...
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