Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-customer-new-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
0
Merge Requests
0
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-app-customer-new-master
Commits
98eab427
Commit
98eab427
authored
Aug 12, 2024
by
lizhan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
📝
【TASK-20240812-03】TASK:设置页会员等级信息展示
parent
e791f32c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
site.vue
src/pages/site/site.vue
+5
-2
No files found.
src/pages/site/site.vue
View file @
98eab427
...
...
@@ -14,7 +14,7 @@
<image
src=
".../../static/img/site_vip.png"
mode=
""
></image>
<view
class=
"items-v-it"
>
<text>
{{
$lang
.
lang
.
site
.
vip
}}
</text>
<view
class=
"text"
>
VIP1
</view>
<view
class=
"text"
>
{{
userScoreLevelInfo
.
levelName
}}
</view>
</view>
</view>
<view
class=
"items-v"
@
click=
"$request.goPage('../auth/auth')"
>
...
...
@@ -255,7 +255,9 @@ export default {
forceUpdate
:
0
,
showdownLine
:
false
,
downloadNum
:
0
,
//下载百分比
totalSize
:
0
//下载总量
totalSize
:
0
,
//下载总量
// 用户等级信息
userScoreLevelInfo
:
{}
}
},
onLoad
()
{
...
...
@@ -441,6 +443,7 @@ export default {
if
(
res
.
code
==
0
&&
res
.
data
)
{
this
.
userInfo
=
res
.
data
this
.
isHavePassword
=
this
.
userInfo
.
isHavePassword
this
.
userScoreLevelInfo
=
res
.
data
.
userScoreLevelInfo
}
})
},
...
...
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