Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
walk_daka_h5
Overview
Overview
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
穆启卓
walk_daka_h5
Commits
f0f1c50c
Commit
f0f1c50c
authored
Mar 29, 2019
by
穆启卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
2c6d2448
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
HaveJoinedGame.vue
src/views/HaveJoinedGame.vue
+5
-2
No files found.
src/views/HaveJoinedGame.vue
View file @
f0f1c50c
...
@@ -140,8 +140,11 @@
...
@@ -140,8 +140,11 @@
return
this
.
$router
.
history
.
current
.
name
;
return
this
.
$router
.
history
.
current
.
name
;
},
},
getPageData
()
{
getPageData
()
{
console
.
log
(
this
.
$route
)
let
grade
=
2
;
daka_status_detail
().
then
(
res
=>
{
if
(
sessionStorage
.
getItem
(
'bushuType'
))
{
grade
=
sessionStorage
.
getItem
(
'bushuType'
);
}
daka_status_detail
(
this
.
$route
.
query
.
week
,
grade
).
then
(
res
=>
{
console
.
log
(
res
)
console
.
log
(
res
)
});
});
}
}
...
...
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