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
1afe58bf
Commit
1afe58bf
authored
Dec 25, 2019
by
潘琦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
已过期电子券无法进入券详情;
parent
c3b2f320
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
index.vue
src/views/user/index.vue
+8
-0
No files found.
src/views/user/index.vue
View file @
1afe58bf
...
@@ -156,6 +156,14 @@ export default {
...
@@ -156,6 +156,14 @@ export default {
})
})
return
return
}
}
if
(
state
===
3
)
{
this
.
$Toast
({
message
:
'该券已过期,无法查看'
,
position
:
'center'
,
duration
:
3
*
1000
})
return
}
this
.
$router
.
push
({
this
.
$router
.
push
({
path
:
'/voucherDetail'
,
path
:
'/voucherDetail'
,
query
:
{
query
:
{
...
...
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