hookehuyr

fix

......@@ -21,7 +21,7 @@ const $router = useRouter();
const shortcutItem = ref(['home']);
const certItem = ref('')
// TODO: 捐款成功后,查询生成捐赠证书
// 捐款成功后,查询生成捐赠证书
axios.get('/srv/?a=one_cert', {
params: {
donate_id: $route.query.donate_id
......