Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
techbook
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
front-end-dev
techbook
Commits
297b5e5b
Commit
297b5e5b
authored
Dec 12, 2019
by
zhangyanni
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
3f5155e9
98e016f0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
mobileTop.vue
src/components/mobile/mobileTop.vue
+8
-4
No files found.
src/components/mobile/mobileTop.vue
View file @
297b5e5b
...
...
@@ -102,11 +102,15 @@
}
else
{
this
.
currentIndex
=
index
;
if
(
index
==
0
||
index
==
1
){
if
(
this
.
isCompleteInfo
){
if
(
index
==
0
)
this
.
$router
.
replace
({
path
:
"/projectlist"
,
query
:{
state
:
true
}});
if
(
index
==
1
)
this
.
$router
.
replace
(
"/phoneBusinessList"
);
if
(
this
.
userInfo
){
if
(
this
.
isCompleteInfo
){
if
(
index
==
0
)
this
.
$router
.
replace
({
path
:
"/projectlist"
,
query
:{
state
:
true
}});
if
(
index
==
1
)
this
.
$router
.
replace
(
"/phoneBusinessList"
);
}
else
this
.
$router
.
push
(
"/registerComplete"
);
}
else
this
.
$router
.
push
(
"/registerComplete"
);
}
else
{
this
.
$router
.
push
(
"/mobileLogin"
);
}
}
if
(
index
==
2
)
this
.
$router
.
push
(
"/lndustryfocused"
);
if
(
index
==
3
)
this
.
$router
.
push
(
"/successfulcaseed"
);
...
...
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