diff --git a/src/assets/images/haibao-cover-sucess.webp b/src/assets/images/haibao-cover-sucess.webp index e3b07f2..d3f07b8 100644 Binary files a/src/assets/images/haibao-cover-sucess.webp and b/src/assets/images/haibao-cover-sucess.webp differ diff --git a/src/components/SynthesizedResults.vue b/src/components/SynthesizedResults.vue index b5998d3..a759570 100644 --- a/src/components/SynthesizedResults.vue +++ b/src/components/SynthesizedResults.vue @@ -115,6 +115,10 @@ globalToastEvent.on(ToastType.SHOW_LOTTERY, () => { lotteryShow.value = true }) +const handleBtnMore = () => { + globalToastEvent.emit(ToastType.SHOW_AD) +} +