Commit 4b73775e by zhousil

up

parent ef633167
Showing with 0 additions and 3 deletions
......@@ -240,9 +240,6 @@
private isWithdraw = true;
private overTwoMinutes =
new Date().valueOf() - this.data.ts * 1000 < twoMinutes;
private get canWithdraw() {
if (this.backend && this.data) {
return new Date().valueOf() - this.data.ts * 1000 < twoMinutes;
......
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 sign in to comment