记录和显示最近常用的服务

This commit is contained in:
刘祥超
2021-05-03 15:15:31 +08:00
parent 19a2af8bfa
commit c2ebf81e6c
7 changed files with 70 additions and 4 deletions

View File

@@ -37,4 +37,13 @@ Tea.context(function () {
})
})
}
});
/**
* 最近使用
*/
this.latestVisible = false
this.showLatest = function () {
this.latestVisible = !this.latestVisible
}
})