This commit is contained in:
Jay 2018-08-24 00:28:03 +08:00
parent a094955ccf
commit 8bf4ad9e86

View File

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