add record time

This commit is contained in:
mubai
2023-11-02 17:54:44 +08:00
parent c4d9d8440a
commit bac73fbd1c
3 changed files with 44 additions and 13 deletions

View File

@@ -66,7 +66,7 @@ const data = reactive({
historyFlag: false,
historyList: [{}],
})
//
// 加载观看历史记录信息
const handleHistory = (flag: boolean) => {
data.historyFlag = flag
if (flag) {