|
@@ -1,14 +1,8 @@
|
1
|
1
|
<template>
|
2
|
2
|
<div class="index-box">
|
3
|
3
|
<popup :show="showPopup" @cancel="cancelFrom" :current-month="currentMonth" />
|
4
|
|
- <!-- <WinningPopup :show="showMyWinning" @cancel="cancelWinnint" :current-person="person" /> -->
|
5
|
|
-
|
|
4
|
+ <MyWinning :show="showMyWinning" :current-month="currentMonth" />
|
6
|
5
|
<img class="topImage" src="../assets/indexImg/indexBgctop.jpg" alt />
|
7
|
|
- <div>
|
8
|
|
- <div>
|
9
|
|
- <!-- <img class="topImage" src="../assets/indexImg/indexBgc.jpg" alt /> -->
|
10
|
|
- </div>
|
11
|
|
- </div>
|
12
|
6
|
<div class="outer6-wrapper">
|
13
|
7
|
<div class="outer6 flex-col">
|
14
|
8
|
<div v-for="month in list" :key="month.id" class="section-item">
|
|
@@ -18,6 +12,7 @@
|
18
|
12
|
</div>
|
19
|
13
|
</div>
|
20
|
14
|
</div>
|
|
15
|
+ <img class="bottomImage" src="../assets/indexImg/indexBgctop.jpg" alt />
|
21
|
16
|
</div>
|
22
|
17
|
</template>
|
23
|
18
|
|