瀏覽代碼

Merge branch 'master' of http://git.ycjcjy.com/honghe/h5-draw-lots

Baozhangchao 3 年之前
父節點
當前提交
38de797dea
共有 1 個文件被更改,包括 2 次插入7 次删除
  1. 2
    7
      src/pages/Honghe.vue

+ 2
- 7
src/pages/Honghe.vue 查看文件

1
 <template>
1
 <template>
2
   <div class="index-box">
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" /> -->
5
-
4
+    <MyWinning :show="showMyWinning" :current-month="currentMonth" />
6
     <img class="topImage" src="../assets/indexImg/indexBgctop.jpg" alt />
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
     <div class="outer6-wrapper">
6
     <div class="outer6-wrapper">
13
       <div class="outer6 flex-col">
7
       <div class="outer6 flex-col">
14
         <div v-for="month in list" :key="month.id" class="section-item">
8
         <div v-for="month in list" :key="month.id" class="section-item">
18
         </div>
12
         </div>
19
       </div>
13
       </div>
20
     </div>
14
     </div>
15
+    <img class="bottomImage" src="../assets/indexImg/indexBgctop.jpg" alt />
21
   </div>
16
   </div>
22
 </template>
17
 </template>
23
 
18