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
6533afbd
Commit
6533afbd
authored
Nov 06, 2019
by
潘琦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
乌当生育全程签约逻辑变更;
parent
835b75f3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
index.vue
src/views/signingWD/index.vue
+4
-4
No files found.
src/views/signingWD/index.vue
View file @
6533afbd
...
...
@@ -778,7 +778,7 @@ export default {
}
// 0=待审核 1=审核通过 2=审核不通过 3=审核已取消
if
(
data
.
state
===
'1'
)
{
//
审核通过跳转至首页
if
(
data
.
state
===
'1'
&&
this
.
pageType
===
0
)
{
// 孕产妇
审核通过跳转至首页
this
.
$router
.
push
({
path
:
'/home'
})
...
...
@@ -1024,8 +1024,8 @@ export default {
}
},
confirmSignature
()
{
if
(
parseInt
(
this
.
pageType
)
===
0
||
parseInt
(
this
.
pageType
)
===
1
)
{
if
(
this
.
signState
===
'1'
&&
this
.
isSign
===
0
)
{
// 已签约
已审核通过 跳转至首页
if
(
parseInt
(
this
.
pageType
)
===
0
)
{
if
(
this
.
signState
===
'1'
)
{
//
已审核通过 跳转至首页
this
.
$router
.
push
({
path
:
'/home'
})
...
...
@@ -1150,7 +1150,7 @@ export default {
this
.
btnDisabled
=
false
this
.
$Indicator
.
close
()
if
(
res
.
code
===
200
&&
res
.
value
)
{
if
(
this
.
pageType
===
0
||
this
.
pageType
===
1
)
{
if
(
this
.
pageType
===
0
)
{
this
.
$toast
({
message
:
'审核周期约三天,请您耐心等待!'
,
position
:
'center'
,
...
...
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