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

updates

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