修改问题

This commit is contained in:
2025-09-19 15:29:26 +08:00
parent 345a362c74
commit d77af4b78f
6 changed files with 83 additions and 7 deletions

View File

@@ -80,7 +80,7 @@ Component({
alertSuccess("操作成功")
this.init()
setTimeout(() => {
that.jumpToReading()
that.jumpToReading({ currentTarget: { dataset: { id } } })
}, 500)
},
async changeEndStatus(e) {