添加排名奖励

This commit is contained in:
xiaoaojiao
2025-09-23 19:33:14 +08:00
parent 1a8a9d9fd4
commit 2ee6172498
3 changed files with 47 additions and 8 deletions

View File

@@ -153,7 +153,7 @@ const handleBtnMore = () => {
</div>
<Popup v-model:show="isPopupVisible" />
<Lottery :show="lotteryShow" @close="lotteryShow = false"></Lottery>
<Lottery :show="lotteryShow" @close="lotteryShow = false" data="null" type="draw"></Lottery>
</template>
<style scoped>