Commit a8fd849d authored by tyyin lan's avatar tyyin lan

chore: 礼包充值支付状态查询优化

parent 1bb36f7f
......@@ -55,7 +55,7 @@ const currentPackageInfo = computed(() => {
})
watch(currentSelectVersion, (newVal) => {
if (!newVal && payStatusTimer) {
if ((!newVal && payStatusTimer !== null) || !isShowPayQrCode.value) {
clearPayStatusTimer()
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment