This commit is contained in:
xiaoaojiao
2025-09-18 21:57:49 +08:00
parent 7f22f7a0c7
commit ebcc16086a
2 changed files with 25 additions and 23 deletions

View File

@@ -310,7 +310,7 @@ const initUserGameInfos = async (refresh_official, refresh_cap_scan) => {
const handleLoginSuccess = async () => { const handleLoginSuccess = async () => {
console.log("已登录") console.log("已登录")
loginShow.value = false loginShow.value = false
console.log(111)
await initUserGameInfos(true, true) await initUserGameInfos(true, true)
} }
@@ -338,7 +338,9 @@ globalToastEvent.on(ToastType.SHOW_LOTTERY, () => {
}) })
watch(() => lotteryShow.value, async (newVal) => { watch(() => lotteryShow.value, async (newVal) => {
initUserGameInfos(true, true); if (newVal) {
initUserGameInfos(true, true)
}
}, { immediate: true }) }, { immediate: true })
</script> </script>

View File

@@ -120,12 +120,12 @@ const openQiwei = (e) => {
qiweiShow.value = true qiweiShow.value = true
} }
const openHaibao = async(e) => { const openHaibao = async (e) => {
const target = e.currentTarget const target = e.currentTarget
// TODO 首页分享增加一次合成次数 // TODO 首页分享增加一次合成次数
// if(!globalStore.first_share_today){ if (!globalStore.first_share_today) {
// const result = await Request('face/share',{mergeId:xxx}) await Request('face/share', { mergeId: mergeId })
// } }
if (target.classList.contains("has")) { if (target.classList.contains("has")) {
return return
} }