Commit 1afe58bf by 潘琦

已过期电子券无法进入券详情;

parent c3b2f320
...@@ -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: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment