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

This commit is contained in:
YunaiV
2025-09-20 12:45:49 +08:00
parent 8e6a8d9124
commit 155082a284

View File

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