|
@@ -1,8 +1,9 @@
|
1
|
1
|
<template>
|
2
|
2
|
<div class="index-box">
|
3
|
|
- <!-- <popup :show="showPopup" @cancel="cancelFrom" :current-month="currentMonth" /> -->
|
|
3
|
+ <popup :show="showPopup" @cancel="cancelFrom" :current-month="currentMonth" />
|
|
4
|
+ <!-- <WinningPopup :show="showMyWinning" @cancel="cancelWinnint" :current-person="person" /> -->
|
4
|
5
|
|
5
|
|
- <WinningPopup :show="showMyWinning" @cancel="cancelWinnint" :current-person="person" />
|
|
6
|
+ <img class="topImage" src="../assets/indexImg/indexBgctop.jpg" alt />
|
6
|
7
|
<div>
|
7
|
8
|
<div>
|
8
|
9
|
<!-- <img class="topImage" src="../assets/indexImg/indexBgc.jpg" alt /> -->
|