|
@@ -16,11 +16,7 @@
|
16
|
16
|
<!-- <img
|
17
|
17
|
:class="`section-item-image ${rotateY?'backImag':''}` "
|
18
|
18
|
src="../assets/popupImg/backImag.jpg"
|
19
|
|
-<<<<<<< HEAD
|
20
|
|
- /> -->
|
21
|
|
-=======
|
22
|
|
- />
|
23
|
|
->>>>>>> 1642bbb59612c65d05be612782386af72e35bd92
|
|
19
|
+ />-->
|
24
|
20
|
</div>
|
25
|
21
|
</div>
|
26
|
22
|
</div>
|
|
@@ -149,13 +145,9 @@ const monthList = [
|
149
|
145
|
export default {
|
150
|
146
|
name: 'Honghe',
|
151
|
147
|
components: {
|
152
|
|
-<<<<<<< HEAD
|
153
|
148
|
Popup: () => import('@/components/Popup.vue'),
|
154
|
149
|
MyWinning: () => import('@/components/MyWinning.vue'),
|
155
|
150
|
ImgBox: () => import('@/components/imgbox.vue')
|
156
|
|
-=======
|
157
|
|
- Popup: () => import('@/components/Popup.vue')
|
158
|
|
->>>>>>> 1642bbb59612c65d05be612782386af72e35bd92
|
159
|
151
|
},
|
160
|
152
|
data() {
|
161
|
153
|
return {
|
|
@@ -186,14 +178,14 @@ export default {
|
186
|
178
|
this.showPopup = false
|
187
|
179
|
this.list.map((item) => {
|
188
|
180
|
if (item.id == this.currentMonth.id) {
|
189
|
|
- item.mode=3
|
|
181
|
+ item.mode = 3
|
190
|
182
|
}
|
191
|
183
|
})
|
192
|
184
|
},
|
193
|
185
|
handleMonthClick(month) {
|
194
|
186
|
this.list.map((item) => {
|
195
|
187
|
if (item.id == month.id) {
|
196
|
|
- item.mode=2
|
|
188
|
+ item.mode = 2
|
197
|
189
|
}
|
198
|
190
|
})
|
199
|
191
|
this.currentMonth = month
|