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
f9130961
Commit
f9130961
authored
Sep 05, 2019
by
潘琦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
已签约未审核提示并且关闭当前页;
parent
48af8d90
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
index.vue
src/views/signing/index.vue
+12
-2
No files found.
src/views/signing/index.vue
View file @
f9130961
...
@@ -997,11 +997,21 @@ export default {
...
@@ -997,11 +997,21 @@ export default {
}
}
},
},
confirmSignature
()
{
confirmSignature
()
{
if
(
this
.
signState
===
'1'
)
{
//
待审核
跳转至首页
if
(
this
.
signState
===
'1'
)
{
//
审核通过
跳转至首页
this
.
$router
.
push
({
this
.
$router
.
push
({
path
:
'/home'
path
:
'/home'
})
})
return
return
}
else
if
(
this
.
signState
===
'0'
)
{
// 未审核通过 关闭页面
this
.
$toast
({
message
:
'签约成功,请等待审核!'
,
position
:
'center'
,
duration
:
3000
})
setTimeout
(
function
()
{
wx
.
closeWindow
()
},
2500
)
return
}
}
this
.
BaseValidateHandle
()
this
.
BaseValidateHandle
()
...
@@ -1119,7 +1129,7 @@ export default {
...
@@ -1119,7 +1129,7 @@ export default {
position
:
'center'
,
position
:
'center'
,
duration
:
3000
duration
:
3000
})
})
if
(
this
.
signState
===
'
0'
||
this
.
signState
===
'2'
||
this
.
signState
===
''
)
{
// 待审核、
签约驳回、第一次签约
if
(
this
.
signState
===
'
2'
||
this
.
signState
===
''
)
{
//
签约驳回、第一次签约
setTimeout
(
function
()
{
setTimeout
(
function
()
{
wx
.
closeWindow
()
wx
.
closeWindow
()
},
2500
)
},
2500
)
...
...
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