getSectionName 数组越界出错
来源:5-2 阅读进度功能实现(进度拖动功能)
weixin_慕婉清5382290
2019-07-06
浏览或拖动进度条至后段,经常报 label错误`,我看了下,发现是书的章节索引 超过了navigation的长度
getSectionName () {
console.log(this.section,‘section’)
console.log(this.navigation)
return this.section ? this.navigation[this.section].label : ‘’
}
临时将代码改成 return this.section && this.navigation[this.section] ? this.navigation[this.section].label : ''
写回答
1回答
-
Sam
2019-07-06
好的,你用的是哪本电子书?
00
相似问题
getSectionName
回答 1
getSectionName
回答 1