lushdog@outlook.com hace 4 horas
padre
commit
5878cf9d51
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/app/my-lp/page.tsx

+ 2 - 0
src/app/my-lp/page.tsx

@@ -692,6 +692,8 @@ function MyLPPageContent() {
 		} catch (err: unknown) {
 			console.error('Error closing positions out of range:', err)
 			message.error(err instanceof Error ? err.message : '关闭出区间仓位失败')
+		} finally {
+			message.destroy('closePositionOutOfRange')
 		}
 	}