Commit a8fd849d authored by tyyin lan's avatar tyyin lan

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

parent 1bb36f7f
...@@ -55,7 +55,7 @@ const currentPackageInfo = computed(() => { ...@@ -55,7 +55,7 @@ const currentPackageInfo = computed(() => {
}) })
watch(currentSelectVersion, (newVal) => { watch(currentSelectVersion, (newVal) => {
if (!newVal && payStatusTimer) { if ((!newVal && payStatusTimer !== null) || !isShowPayQrCode.value) {
clearPayStatusTimer() 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