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
af55f511
Commit
af55f511
authored
Jun 13, 2025
by
王炽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
666666
parent
4bd707e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
Integral.vue
views/Integral.vue
+3
-1
No files found.
views/Integral.vue
View file @
af55f511
...
@@ -105,9 +105,10 @@
...
@@ -105,9 +105,10 @@
<
view
class
=
"header-row"
>
<
view
class
=
"header-row"
>
<
view
class
=
"integral-value"
>
<
view
class
=
"integral-value"
>
<
text
class
=
"integral-text"
>
积分
<
/text
>
<
text
class
=
"integral-text"
>
积分
<
/text
>
<
text
class
=
"integral-total"
>
{{
`(累计${recentAnnualPointsTotal
}
/${nextGradeScoreRuleMin
}
)`
}}
<
/text
>
<
text
class
=
"integral-total"
>
{{
memberInfo
.
maxGrade
?
`(累计${recentAnnualPointsTotal
}
`
:
`(累计${recentAnnualPointsTotal
}
/${nextGradeScoreRuleMin
}
)`
}}
<
/text
>
<
image
<
image
class
=
"next-icon"
class
=
"next-icon"
v
-
if
=
"!memberInfo.maxGrade"
:
src
=
"$baseUrl + 'integral/1002/nextLvTips.png'"
:
src
=
"$baseUrl + 'integral/1002/nextLvTips.png'"
mode
=
"aspectFit"
mode
=
"aspectFit"
/>
/>
...
@@ -1016,6 +1017,7 @@
...
@@ -1016,6 +1017,7 @@
}
}
//攻略点击事件
//攻略点击事件
const
gonglueHandler
=
()
=>
{
const
gonglueHandler
=
()
=>
{
const
url
=
vipIntegral
.
value
.
gonglue
.
url
;
const
url
=
vipIntegral
.
value
.
gonglue
.
url
;
...
...
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