|
@@ -593,6 +593,8 @@ const claimTeamInviteRewardFn = async () => {
|
|
|
} else {
|
|
|
showNotify({ type: 'warning', message: msg })
|
|
|
}
|
|
|
+ await getMyTeamsInfoFn()
|
|
|
+ receiveshow.value = false
|
|
|
}
|
|
|
// ab
|
|
|
const abType = ref<'A' | 'B'>('A')
|
|
@@ -610,6 +612,8 @@ const claimTeamShareRewardFn = async () => {
|
|
|
} else {
|
|
|
showNotify({ type: 'warning', message: msg })
|
|
|
}
|
|
|
+ await getMyTeamsInfoFn()
|
|
|
+ abShow.value = false
|
|
|
}
|
|
|
// 阶段奖励
|
|
|
const ruleData = ref<TeamInviteRewardsRule>({} as TeamInviteRewardsRule)
|
|
@@ -638,6 +642,7 @@ const claim = async () => {
|
|
|
showNotify({ type: 'warning', message: msg })
|
|
|
}
|
|
|
lianjieShow.value = false
|
|
|
+ await getTeamInviteRewardsListFn()
|
|
|
}
|
|
|
// 处理滑动
|
|
|
onShow(() => {
|