fix: lint

This commit is contained in:
xingyu4j
2025-09-26 13:46:21 +08:00
parent daf0cd9f27
commit a56ab2212d
2 changed files with 8 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ function handleCreate() {
/** 关闭活动 */
async function handleClose(row: MallSeckillActivityApi.SeckillActivity) {
const hideLoading = message.loading({
content: $t('ui.actionMessage.closing', [row.name]),
content: '活动关闭中...',
duration: 0,
});
try {