This commit is contained in:
Jay 2018-08-24 00:28:03 +08:00
parent a094955ccf
commit 8bf4ad9e86
1 changed files with 1 additions and 3 deletions

View File

@ -16,8 +16,6 @@ html,body,#app {
}
</style>
<script>
import DonateBar from '@/components/common/donate-bar'
import axios from 'axios'
@ -59,7 +57,7 @@ export default {
this.endDate = ets
this.total = toInt(tmp.total, 0, 0) || 0
}
}).catch(err => {})
}).catch(() => {})
}
}
}