Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
X
XiTianSenMall
Project
Project
Details
Activity
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
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
leiqingsong
XiTianSenMall
Commits
9f60cc05
Commit
9f60cc05
authored
4 years ago
by
leiqingsong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://111.203.232.171:8888/Song/xitiansenmall
into dev_lqs
parents
ff748760
af6986b2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
grade.vue
H5/src/views/grade.vue
+1
-1
fastest-progress.vue
H5/src/views/rewards/fastest-progress.vue
+7
-1
No files found.
H5/src/views/grade.vue
View file @
9f60cc05
...
@@ -99,7 +99,7 @@ export default {
...
@@ -99,7 +99,7 @@ export default {
]
]
};
};
},
},
moun
ted
()
{
crea
ted
()
{
this
.
getstatus
();
this
.
getstatus
();
},
},
methods
:
{
methods
:
{
...
...
This diff is collapsed.
Click to expand it.
H5/src/views/rewards/fastest-progress.vue
View file @
9f60cc05
...
@@ -82,7 +82,13 @@ export default {
...
@@ -82,7 +82,13 @@ export default {
getProgressPrizes
().
then
(
res
=>
{
getProgressPrizes
().
then
(
res
=>
{
if
(
res
.
code
===
0
)
{
if
(
res
.
code
===
0
)
{
_this
.
growthTotal
=
res
.
data
.
growthTotal
;
_this
.
growthTotal
=
res
.
data
.
growthTotal
;
_this
.
prizeVos
=
res
.
data
.
prizeVos
;
_this
.
prizeVos
=
res
.
data
.
prizeVos
.
map
(
item
=>
{
const
temp
=
item
;
temp
.
userId
=
item
.
userId
.
substring
(
0
,
3
)
+
"****"
+
item
.
userId
.
substring
(
7
);
return
temp
;
});
// _this.prizeVos = res.data.prizeVos;
}
else
{
}
else
{
_this
.
growthTotal
=
0
;
_this
.
growthTotal
=
0
;
_this
.
prizeVos
=
[];
_this
.
prizeVos
=
[];
...
...
This diff is collapsed.
Click to expand it.
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