Commit d07053a5 authored by xhx's avatar xhx

fix

parent 66b708d2
...@@ -137,7 +137,7 @@ export default Vue.extend({ ...@@ -137,7 +137,7 @@ export default Vue.extend({
const _now = Date.now() const _now = Date.now()
const endTime = (+val.startTime + (+val.sellDays * 24 * 3600)) * 1000 const endTime = (+val.startTime + (+val.sellDays * 24 * 3600)) * 1000
if (endTime < _now && val.sellDays !== '0') { if (endTime < _now && val.sellDays !== '0') {
Toast('矿池已过封闭期,您不能进入') Toast('矿池已过封闭期,您不能进入')
} else { } else {
Toast.clear() Toast.clear()
this.$router.push({ path: '/details', query: { id: val.id || '1' }}) this.$router.push({ path: '/details', query: { id: val.id || '1' }})
......
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