add history description #100
@ -31,7 +31,6 @@ export class HistoryPage implements ViewWillEnter {
|
||||
getHistory() {
|
||||
setTimeout(() => {
|
||||
this.historyService.getHistoryList(this.userId).subscribe(history => {
|
||||
console.log(history)
|
||||
this.history$.next(history);
|
||||
})
|
||||
}, 20);
|
||||
|
Loading…
x
Reference in New Issue
Block a user