fix:【pay 支付】收银界面,关闭后清理定时轮询
parent
8e6a8d9124
commit
155082a284
|
|
@ -459,6 +459,11 @@ onMounted(() => {
|
||||||
}
|
}
|
||||||
getDetail()
|
getDetail()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
/** 销毁 */
|
||||||
|
onBeforeUnmount(() => {
|
||||||
|
clearQueryInterval()
|
||||||
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue