lushdog@outlook.com hai 4 horas
pai
achega
5878cf9d51
Modificáronse 1 ficheiros con 2 adicións e 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')
 		}
 	}