Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-web-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-web-master
Commits
308bd577
Commit
308bd577
authored
Jan 08, 2025
by
Smile
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
会员等级多语言显示问题
parent
caec849f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
integral.vue
src/views/jiedao/profile/integral.vue
+13
-0
No files found.
src/views/jiedao/profile/integral.vue
View file @
308bd577
...
...
@@ -90,6 +90,9 @@ export default {
}
},
computed
:
{
language
()
{
return
this
.
$store
.
getters
.
language
},
score
()
{
if
(
this
.
integralInfo
.
totalScore
)
{
return
Math
.
min
(
...
...
@@ -102,6 +105,11 @@ export default {
return
0
}
},
watch
:
{
language
(
newVal
,
oldVal
)
{
this
.
onLanguageChange
(
newVal
,
oldVal
)
}
},
created
()
{
this
.
getIntegralInfo
()
const
{
loginUser
}
=
this
.
$store
.
state
.
user
...
...
@@ -112,6 +120,11 @@ export default {
}
},
methods
:
{
onLanguageChange
(
newVal
,
oldVal
)
{
if
(
newVal
!==
oldVal
)
{
this
.
getIntegralInfo
();
}
},
// 跳转 日志
toJump
(
val
)
{
let
path
=
''
...
...
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