提交 6c319ce8 authored 作者: matian's avatar matian

updates

上级 f8a83d61
......@@ -94,7 +94,7 @@ export function usePay() {
timer = setInterval(async () => {
const currentOrder = await getOrder()
if (currentOrder?.order_status === '4') clearInterval(timer)
}, 2000)
}, 1000)
}
onUnmounted(() => {
......
......@@ -218,6 +218,7 @@ const handlePrev = () => {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 0.1rem;
.study_con {
width: 6.1rem;
height: 0.8rem;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论