WAF显示拦截日志

This commit is contained in:
GoEdgeLab
2020-11-02 14:37:28 +08:00
parent a3922492ac
commit 58805c05f5
6 changed files with 186 additions and 32 deletions

View File

@@ -0,0 +1,8 @@
Tea.context(function () {
this.$delay(function () {
let that = this
teaweb.datepicker("day-input", function (day) {
that.day = day
})
})
})