This commit is contained in:
xingyy 2025-03-14 10:08:45 +08:00
parent ff90f4a3a1
commit 3b60502ae3

View File

@ -106,7 +106,7 @@ const toast= showLoadingToast({
} catch (error) { } catch (error) {
console.error('签署确认失败:', error) console.error('签署确认失败:', error)
}finally{ }finally{
toast1.close(); toast.close();
} }
} }