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