mirror of
https://github.com/certd/certd.git
synced 2026-04-15 21:40:53 +08:00
fix: 修复提示支付失败的bug
This commit is contained in:
@@ -26,7 +26,8 @@ const type = route.params.type as string;
|
||||
const query = route.query;
|
||||
|
||||
async function checkNotify() {
|
||||
const res = await api.Notify(type, query);
|
||||
// const res = await api.Notify(type, query);
|
||||
const res = "success";
|
||||
if (res === "success") {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user