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
e66965e9
Commit
e66965e9
authored
Apr 25, 2019
by
穆启卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页分享缺用户id
parent
e269d641
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
SignUp.vue
src/views/SignUp.vue
+11
-0
No files found.
src/views/SignUp.vue
View file @
e66965e9
...
...
@@ -77,6 +77,17 @@ export default {
this
.
getPageData
();
this
.
getFollowInfo
();
},
mounted
()
{
if
(
window
[
"userData"
])
{
this
.
userData
=
window
[
"userData"
];
}
else
{
let
localUserData
=
localStorage
.
getItem
(
"walk_userData"
);
if
(
localUserData
)
{
window
[
"userData"
]
=
JSON
.
parse
(
localUserData
);
this
.
userData
=
window
[
"userData"
];
}
}
},
methods
:
{
// 点击卡片整块的跳转
clickCard
(
item
)
{
...
...
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