mirror of
https://github.com/ProudMuBai/GoFilm.git
synced 2026-05-03 08:37:30 +08:00
add record time
This commit is contained in:
@@ -66,7 +66,7 @@ const data = reactive({
|
||||
historyFlag: false,
|
||||
historyList: [{}],
|
||||
})
|
||||
//
|
||||
// 加载观看历史记录信息
|
||||
const handleHistory = (flag: boolean) => {
|
||||
data.historyFlag = flag
|
||||
if (flag) {
|
||||
|
||||
Reference in New Issue
Block a user