优化系统消息交互

This commit is contained in:
刘祥超
2021-02-03 11:18:41 +08:00
parent b2feb452e0
commit ed302370e9
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"
})
}
/**
* 底部伸展框
*/