fix:【pay 支付】收银界面,关闭后清理定时轮询

pull/820/head
YunaiV 2025-09-20 12:45:49 +08:00
parent 8e6a8d9124
commit 155082a284
1 changed files with 5 additions and 0 deletions

View File

@ -459,6 +459,11 @@ onMounted(() => {
}
getDetail()
})
/** 销毁 */
onBeforeUnmount(() => {
clearQueryInterval()
})
</script>
<style lang="scss" scoped>