活动修改
This commit is contained in:
parent
90f5922c0b
commit
7d9765d68e
Binary file not shown.
|
After Width: | Height: | Size: 436 KiB |
|
|
@ -12,10 +12,10 @@
|
|||
</div>
|
||||
</div>
|
||||
<div style="height: auto;width: 100%;margin-bottom: 20px;">
|
||||
<div class="partthree_title"><span>活动公告</span></div>
|
||||
<!-- <div class="partthree_title" style="font-size: 32px;"><span>活动公告</span></div> -->
|
||||
<!-- <div class="partthree_title2"><div class="fegexian2" style="margin-top: 2px;"></div></div> -->
|
||||
<div style="display: flex;align-items: center;justify-content: center;">
|
||||
<img style="width: 90%;" src="../assets/images/huodong1.jpg"/>
|
||||
<div style="display: flex;align-items: center;justify-content: center;flex-direction: column;height: 360px;overflow: hidden;">
|
||||
<img style="width: 90%;" src="../assets/images/huodong3.png"/>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div style="height: auto;width: 100%;margin-bottom: 40px;">
|
||||
|
|
@ -186,9 +186,9 @@ export default {
|
|||
window.addEventListener('popstate', this.handlePopState);
|
||||
this.getMorningCheck()
|
||||
this.timer = setInterval(() => {
|
||||
this.initData();
|
||||
// this.initData();
|
||||
}, 600000);
|
||||
this.timer2 = setInterval(this.getCurrentTime, 1000);
|
||||
// this.timer2 = setInterval(this.getCurrentTime, 1000);
|
||||
setTimeout(()=>{
|
||||
this.initData();
|
||||
},1500)
|
||||
|
|
|
|||
Loading…
Reference in New Issue