history
parent
5928e49884
commit
986b45a450
|
@ -29,6 +29,8 @@ FluArea {
|
|||
id: listModel
|
||||
}
|
||||
Component.onCompleted: {
|
||||
var history = UserData.viewHistory
|
||||
console.log(history)
|
||||
listModel.clear()
|
||||
for (var i = 0; i < history.length; i++) {
|
||||
Request.get("/knowledge/" + history[i] + "/detailed", response => {
|
||||
|
|
Loading…
Reference in New Issue