|
@@ -140,7 +140,8 @@ export default {
|
|
|
await this.initPageElements(this.pageList[i],'show')
|
|
|
}
|
|
|
this.isLoadBack = true
|
|
|
- this.loadArr.push({name:'back'})
|
|
|
+ if(this.pptBackImage.length)
|
|
|
+ this.loadArr.push({name:'back'})
|
|
|
//获取已加载图表的信息
|
|
|
let chartInfoMap = {}
|
|
|
for(let i=1;i<this.loadArr.length-1;i++){
|
|
@@ -236,6 +237,7 @@ export default {
|
|
|
},
|
|
|
//计算title的字节数
|
|
|
getStrCount(title){
|
|
|
+ if(!title) return
|
|
|
return countStrSize(title)
|
|
|
}
|
|
|
},
|