提交 b59d0159 authored 作者: matian's avatar matian

updates

上级 f7750d30
......@@ -94,7 +94,7 @@ export function usePay() {
timer = setInterval(async () => {
const currentOrder = await getOrder()
if (currentOrder?.order_status === '4') clearInterval(timer)
}, 2000)
}, 1000)
}
onUnmounted(() => {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论