Merge branch 'extended' of ssh://cckb9998.synology.me:30022/ckh08045/SearchTrademark into extended

This commit is contained in:
Envy_PC 2025-07-19 18:32:22 +09:00
commit a0af4de657
1 changed files with 6 additions and 0 deletions

View File

@ -1315,6 +1315,9 @@ class ZzimManager {
if (this.zzimInProgress) {
this.hideProgress();
this.showSuccess(`내 마켓 찜하기 완료! ${markets.length}개 마켓 처리됨`);
setTimeout(() => {
window.close();
}, 2000); // 2초 후 창 닫기
}
} catch (error) {
@ -1371,6 +1374,9 @@ class ZzimManager {
if (this.zzimInProgress) {
this.hideProgress();
this.showSuccess(`품앗이 찜하기 완료! ${mutualMarkets.length}개 마켓 처리됨`);
setTimeout(() => {
window.close();
}, 2000); // 2초 후 창 닫기
}
} catch (error) {