优化系统消息交互

This commit is contained in:
GoEdgeLab
2021-02-03 11:18:41 +08:00
parent 8977f4cb7d
commit 7135b15835
4 changed files with 17 additions and 10 deletions

View File

@@ -59,6 +59,13 @@ Tea.context(function () {
})
}
this.showMessages = function () {
teaweb.popup("/messages", {
height: "24em",
width: "50em"
})
}
/**
* 底部伸展框
*/