fix
This commit is contained in:
parent
a094955ccf
commit
8bf4ad9e86
@ -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(() => {})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user