|
@@ -2,7 +2,7 @@
|
|
|
<template>
|
|
<template>
|
|
|
<div class="centerNotice" :class="allShow?'all-max-box':''">
|
|
<div class="centerNotice" :class="allShow?'all-max-box':''">
|
|
|
<div class="centerNotice-page" id="centerNotice-page">
|
|
<div class="centerNotice-page" id="centerNotice-page">
|
|
|
- <img class="null-max-img" v-if="!noticeList[1]" src="@/assets/ZDimages/1695@1x.png">
|
|
|
|
|
|
|
+ <img class="null-max-img" v-if="!noticeList[0]" src="@/assets/ZDimages/1695@1x.png">
|
|
|
<div class="content-box" id="scrollTextBox" v-if="pageType === '0'" v-html="content"></div>
|
|
<div class="content-box" id="scrollTextBox" v-if="pageType === '0'" v-html="content"></div>
|
|
|
<vue-office-pdf
|
|
<vue-office-pdf
|
|
|
id="scrollPdfBox"
|
|
id="scrollPdfBox"
|
|
@@ -201,7 +201,9 @@
|
|
|
clearInterval(this.noticeTextInterval);
|
|
clearInterval(this.noticeTextInterval);
|
|
|
clearInterval(this.noticeImgInterval);
|
|
clearInterval(this.noticeImgInterval);
|
|
|
this.$set(this,'pageType',null);
|
|
this.$set(this,'pageType',null);
|
|
|
- if(this.noticeList[this.noticeIndex+1]){
|
|
|
|
|
|
|
+ console.log('1');
|
|
|
|
|
+ if(this.noticeList[this.noticeIndex]){
|
|
|
|
|
+ console.log('2');
|
|
|
this.initialize(this.noticeList[this.noticeIndex])
|
|
this.initialize(this.noticeList[this.noticeIndex])
|
|
|
this.$set(this,'noticeIndex',this.noticeIndex+1);
|
|
this.$set(this,'noticeIndex',this.noticeIndex+1);
|
|
|
}else{
|
|
}else{
|