This commit is contained in:
Vanessa 2023-03-21 09:25:52 +08:00
parent 9cae635647
commit 4bc21c493b
8 changed files with 12 additions and 13 deletions

View file

@ -119,7 +119,7 @@ export const exitSiYuan = () => {
});
};
export const transactionError = (data: { code: number, data: string }) => {
export const transactionError = () => {
if (document.getElementById("transactionError")) {
return;
}