Commit a76179a2 authored by 劳琪峰's avatar 劳琪峰

chore: 改成先助力再请求home

parent b0ee2ff7
...@@ -90,6 +90,8 @@ async function tryAssist() { ...@@ -90,6 +90,8 @@ async function tryAssist() {
} }
async function initComponent() { async function initComponent() {
await tryAssist()
await updateInvitationInfo() await updateInvitationInfo()
updateShareData({ updateShareData({
...@@ -105,8 +107,6 @@ async function initComponent() { ...@@ -105,8 +107,6 @@ async function initComponent() {
prizeImageUrl: firstPrize.prizeImageUrl, prizeImageUrl: firstPrize.prizeImageUrl,
}) })
} }
await tryAssist()
} }
watch(() => props.isLogin, async (newVal) => { watch(() => props.isLogin, async (newVal) => {
......
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