2***@qq.com
2***@qq.com
  • 发布:2023-06-09 17:25
  • 更新:2023-06-09 17:29
  • 阅读:145

现在是不能进行章节跳转了吗?

分类:uni-app

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//从第四章节开始阅读
})
}
就像这段代码,不可以跳转到第四章

2023-06-09 17:25 负责人:无 分享
已邀请:
Diligent_UI

Diligent_UI - 【插件开发】【专治疑难杂症】【多款插件已上架:https://ext.dcloud.net.cn/publisher?id=193663(微信搜索飘逸科技UI小程序直接体验)】【骗子请绕道】问题咨询请加QQ群:120594820,代表作灵感实用工具小程序

没看懂啥意思

该问题目前已经被锁定, 无法添加新回复