changeChapter(){
let contents = [{
chapter: 4,
custom: this.getContent(4),
title: '第四章',
isStart: false,
isEnd: false
}]
const { page } = this.$refs;
page.change({
contents: contents,
start: 0,
currentChapter: 4//从第四章节开始阅读
})
}
就像这段代码,不可以跳转到第四章

2***@qq.com
- 发布:2023-06-09 17:25
- 更新:2023-06-09 17:29
- 阅读:145
1 个回复
Diligent_UI - 【插件开发】【专治疑难杂症】【多款插件已上架:https://ext.dcloud.net.cn/publisher?id=193663(微信搜索飘逸科技UI小程序直接体验)】【骗子请绕道】问题咨询请加QQ群:120594820,代表作灵感实用工具小程序
没看懂啥意思