This commit is contained in:
2025-09-10 11:19:07 +08:00
parent b1cca8f8a5
commit cdbc3fa959
8 changed files with 89 additions and 8 deletions

View File

@@ -19,6 +19,10 @@ Component({
* 组件的方法列表
*/
methods: {
jumpToHistory() {
wx.navigateTo({
url: '/pages/readingHistory/index',
})
}
}
})