Commit 76bc84fb authored by tyyin lan's avatar tyyin lan

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

parent a83c4751
...@@ -53,7 +53,11 @@ const currentPackageInfo = computed(() => { ...@@ -53,7 +53,11 @@ const currentPackageInfo = computed(() => {
return null return null
}) })
watch(currentSelectVersion, () => { watch(currentSelectVersion, (newVal) => {
if (!newVal && payStatusTimer) {
clearPayStatusTimer()
}
clearPayInfo() clearPayInfo()
currentSelectPackage.value = 0 currentSelectPackage.value = 0
......
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