Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
Project
Project
Details
Activity
Releases
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
李俊赕
self-support
Commits
d8b6cd47
Commit
d8b6cd47
authored
Apr 20, 2021
by
Facius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页去入驻跳转
parent
74542a03
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
index.vue
src/pages/index/index.vue
+6
-2
No files found.
src/pages/index/index.vue
View file @
d8b6cd47
...
@@ -217,13 +217,17 @@
...
@@ -217,13 +217,17 @@
// 0=>'待提交',1=>'待审核',2=>'已通过',3=>'备选',4=>'已驳回',5=>'已签约',6=>'未支付保证金',7=>'已支付保证金',8=>'已通过考试',9=>'待提交'
// 0=>'待提交',1=>'待审核',2=>'已通过',3=>'备选',4=>'已驳回',5=>'已签约',6=>'未支付保证金',7=>'已支付保证金',8=>'已通过考试',9=>'待提交'
var
pageIndex
=
1
var
pageIndex
=
1
switch
(
this
.
status
)
{
switch
(
this
.
status
)
{
case
1
,
2
,
3
,
4
:
case
1
:
case
2
:
case
3
:
case
4
:
pageIndex
=
2
pageIndex
=
2
break
break
case
8
:
case
8
:
pageIndex
=
3
pageIndex
=
3
break
break
case
5
,
6
:
case
5
:
case
6
:
pageIndex
=
4
pageIndex
=
4
break
break
case
7
:
case
7
:
...
...
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