活动修改

This commit is contained in:
zzyuan 2026-02-06 14:35:27 +08:00
parent 90f5922c0b
commit 7d9765d68e
2 changed files with 5 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 436 KiB

View File

@ -12,10 +12,10 @@
</div> </div>
</div> </div>
<div style="height: auto;width: 100%;margin-bottom: 20px;"> <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 class="partthree_title2"><div class="fegexian2" style="margin-top: 2px;"></div></div> -->
<div style="display: flex;align-items: center;justify-content: center;"> <div style="display: flex;align-items: center;justify-content: center;flex-direction: column;height: 360px;overflow: hidden;">
<img style="width: 90%;" src="../assets/images/huodong1.jpg"/> <img style="width: 90%;" src="../assets/images/huodong3.png"/>
</div> </div>
</div> </div>
<!-- <div style="height: auto;width: 100%;margin-bottom: 40px;"> <!-- <div style="height: auto;width: 100%;margin-bottom: 40px;">
@ -186,9 +186,9 @@ export default {
window.addEventListener('popstate', this.handlePopState); window.addEventListener('popstate', this.handlePopState);
this.getMorningCheck() this.getMorningCheck()
this.timer = setInterval(() => { this.timer = setInterval(() => {
this.initData(); // this.initData();
}, 600000); }, 600000);
this.timer2 = setInterval(this.getCurrentTime, 1000); // this.timer2 = setInterval(this.getCurrentTime, 1000);
setTimeout(()=>{ setTimeout(()=>{
this.initData(); this.initData();
},1500) },1500)