Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
voucher-h5
Project
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
潘琦
voucher-h5
Commits
2cb97849
Commit
2cb97849
authored
Dec 04, 2019
by
潘琦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
乌当签约页签约以后审核未通过停留在当前页,审核通过则进入首页;
parent
a644bc7a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
index.vue
src/views/signingWD/index.vue
+6
-6
No files found.
src/views/signingWD/index.vue
View file @
2cb97849
...
...
@@ -778,11 +778,11 @@ export default {
}
// 0=待审核 1=审核通过 2=审核不通过 3=审核已取消
if
(
data
.
state
===
'1'
&&
this
.
pageType
===
0
)
{
// 孕产妇
审核通过跳转至首页
if
(
data
.
state
===
'1'
&&
(
this
.
pageType
===
0
||
this
.
pageType
===
1
))
{
//
审核通过跳转至首页
this
.
$router
.
push
({
path
:
'/home'
})
}
else
if
(
data
.
state
===
'0'
&&
this
.
pageType
===
0
)
{
}
else
if
(
data
.
state
===
'0'
&&
(
this
.
pageType
===
0
||
this
.
pageType
===
1
)
)
{
this
.
$toast
({
message
:
'审核周期约三天,请您耐心等待!'
,
position
:
'center'
,
...
...
@@ -1163,13 +1163,13 @@ export default {
}
}
else
if
(
this
.
pageType
===
1
)
{
this
.
$toast
({
message
:
'
保存成功
!'
,
message
:
'
审核周期约三天,请您耐心等待
!'
,
position
:
'center'
,
duration
:
3000
})
this
.
$router
.
push
({
path
:
'/home'
})
//
this.$router.push({
//
path: '/home'
//
})
}
}
else
if
(
res
.
data
.
code
!==
200
)
{
this
.
$toast
({
...
...
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